Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieListConversationCommentsRequest

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

    Properties

    conversationId?: string

    The ID associated with the conversation.

    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.