Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListConversationMessagesResponse

    interface GenieListConversationMessagesResponse {
        messages?: GenieMessage[];
        nextPageToken?: string;
    }
    Index

    Properties

    messages?: GenieMessage[]

    List of messages in the conversation.

    nextPageToken?: string

    The token to use for retrieving the next page of results.