@amigo-ai/sdk
    Preparing search index...

    Interface ConversationPostProcessingCompleteEvent

    Fired when async post-processing completes for a conversation.

    interface ConversationPostProcessingCompleteEvent {
        conversation_id: string;
        org_id: string;
        post_processing_type: PostProcessingType;
        type: "conversation-post-processing-complete";
    }
    Index

    Properties

    conversation_id: string
    org_id: string

    post_processing_type

    post_processing_type: PostProcessingType
    type: "conversation-post-processing-complete"