Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListMessageCommentsRequest

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

    Properties

    conversationId?: string

    The ID associated with the conversation.

    messageId?: string

    The ID associated with the message.

    pageSize?: number

    Maximum number of comments to return per page.

    pageToken?: string

    Pagination token for getting the next page of results.

    spaceId?: string

    The ID associated with the Genie space.