Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListConversationCommentsResponse

    interface GenieListConversationCommentsResponse {
        comments?: GenieMessageComment[];
        nextPageToken?: string;
    }
    Index

    Properties

    comments?: GenieMessageComment[]

    List of comments in the conversation.

    nextPageToken?: string

    Token to get the next page of results.