@amigo-ai/sdk
Preparing search index...
webhooks
ConversationPostProcessingCompleteEvent
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
org_
id
post_
processing_
type
type
Properties
conversation_
id
conversation_id
:
string
org_
id
org_id
:
string
post_
processing_
type
post_processing_type
:
PostProcessingType
type
type
:
"conversation-post-processing-complete"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
conversation_
id
org_
id
post_
processing_
type
type
@amigo-ai/sdk
Loading...
Fired when async post-processing completes for a conversation.