Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieCreateMessageCommentRequest

    interface GenieCreateMessageCommentRequest {
        content?: string;
        conversationId?: string;
        messageId?: string;
        spaceId?: string;
    }
    Index

    Properties

    content?: string

    Comment text content.

    conversationId?: string

    The ID associated with the conversation.

    messageId?: string

    The ID associated with the message.

    spaceId?: string

    The ID associated with the Genie space.