Databricks SDK for JavaScript
    Preparing search index...

    Interface GenieDeleteConversationRequest

    interface GenieDeleteConversationRequest {
        conversationId?: string;
        spaceId?: string;
    }
    Index

    Properties

    conversationId?: string

    The ID of the conversation to delete.

    spaceId?: string

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