Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieDeleteConversationMessageRequest

    interface GenieDeleteConversationMessageRequest {
        conversationId?: string;
        messageId?: string;
        spaceId?: string;
    }
    Index

    Properties

    conversationId?: string

    The ID associated with the conversation.

    messageId?: string

    The ID associated with the message to delete.

    spaceId?: string

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