Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieMessageComment

    A comment on a Genie conversation message.

    interface GenieMessageComment {
        content?: string;
        conversationId?: string;
        createdTimestamp?: bigint;
        messageCommentId?: string;
        messageId?: string;
        spaceId?: string;
        userId?: bigint;
    }
    Index

    Properties

    content?: string

    Comment text content

    conversationId?: string

    Conversation ID

    createdTimestamp?: bigint

    Timestamp when the comment was created

    messageCommentId?: string

    Comment ID

    messageId?: string

    Message ID

    spaceId?: string

    Genie space ID

    userId?: bigint

    ID of the user who created the comment