Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieGetConversationMessageRequest

    interface GenieGetConversationMessageRequest {
        conversationId?: string;
        messageId?: string;
        spaceId?: string;
    }
    Index

    Properties

    conversationId?: string

    The ID associated with the target conversation.

    messageId?: string

    The ID associated with the target message from the identified conversation.

    spaceId?: string

    The ID associated with the Genie space where the target conversation is located.