Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListConversationMessagesRequest

    interface GenieListConversationMessagesRequest {
        conversationId?: string;
        pageSize?: number;
        pageToken?: string;
        spaceId?: string;
    }
    Index

    Properties

    conversationId?: string

    The ID of the conversation to list messages from

    pageSize?: number

    Maximum number of messages to return per page

    pageToken?: string

    Token to get the next page of results

    spaceId?: string

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