Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieConversation

    interface GenieConversation {
        conversationId?: string;
        createdTimestamp?: bigint;
        id?: string;
        lastUpdatedTimestamp?: bigint;
        spaceId?: string;
        title?: string;
        userId?: bigint;
    }
    Index

    Properties

    conversationId?: string

    Conversation ID

    createdTimestamp?: bigint

    Timestamp when the message was created

    id?: string

    Conversation ID. Legacy identifier, use conversation_id instead

    lastUpdatedTimestamp?: bigint

    Timestamp when the message was last updated

    spaceId?: string

    Genie space ID

    title?: string

    Conversation title

    userId?: bigint

    ID of the user who created the conversation