Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieSendMessageFeedbackRequest

    interface GenieSendMessageFeedbackRequest {
        comment?: string;
        conversationId?: string;
        messageId?: string;
        rating?: GenieFeedbackRating;
        spaceId?: string;
    }
    Index

    Properties

    comment?: string

    Optional text feedback that will be stored as a comment.

    conversationId?: string

    The ID associated with the conversation.

    messageId?: string

    The ID associated with the message to provide feedback for.

    The rating (POSITIVE, NEGATIVE, or NONE).

    spaceId?: string

    The ID associated with the Genie space where the message is located.