Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListMessageCommentsResponse

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

    Properties

    comments?: GenieMessageComment[]

    List of comments on the message.

    nextPageToken?: string

    Token to get the next page of results.