Databricks SDK for JavaScript
    Preparing search index...
    interface GenieMessage {
        attachments?: GenieAttachment[];
        content?: string;
        conversationId?: string;
        createdTimestamp?: bigint;
        error?: MessageError;
        feedback?: GenieFeedback;
        id?: string;
        lastUpdatedTimestamp?: bigint;
        messageId?: string;
        queryResult?: Result;
        spaceId?: string;
        status?: MessageStatus_MessageStatus;
        userId?: bigint;
    }
    Index

    Properties

    attachments?: GenieAttachment[]

    AI-generated response to the message

    content?: string

    User message content

    conversationId?: string

    Conversation ID

    createdTimestamp?: bigint

    Timestamp when the message was created

    error?: MessageError

    Error message if Genie failed to respond to the message

    feedback?: GenieFeedback

    User feedback for the message if provided

    id?: string

    Message ID. Legacy identifier, use message_id instead

    lastUpdatedTimestamp?: bigint

    Timestamp when the message was last updated

    messageId?: string

    Message ID

    queryResult?: Result

    The result of SQL query if the message includes a query attachment. Deprecated. Use query_result_metadata in GenieQueryAttachment instead.

    spaceId?: string

    Genie space ID

    userId?: bigint

    ID of the user who created the message