Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieConversationSummary

    interface GenieConversationSummary {
        agentType?: GenieConversationType;
        conversationId?: string;
        createdTimestamp?: bigint;
        title?: string;
    }
    Index

    Properties

    Whether this is a classic chat or an agent-mode conversation. Allows callers to route message retrieval (chat vs. agent endpoint) without an extra lookup.

    conversationId?: string
    createdTimestamp?: bigint
    title?: string