Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListConversationsResponse

    interface GenieListConversationsResponse {
        conversations?: GenieConversationSummary[];
        nextPageToken?: string;
    }
    Index

    Properties

    conversations?: GenieConversationSummary[]

    List of conversations in the Genie space

    nextPageToken?: string

    Token to get the next page of results