Submits conversation data to the system for processing. This can be content like a call transcript, email thread, or chat conversation.
Bearer authentication header of the form Bearer
The unique identifier for the conversation.
"conversation-123"
The title of the conversation.
"Customer Support Request"
The source of the conversation.
"intercom"
The date and time the conversation was created.
"2024-01-01T00:00:00.000Z"
The date and time the conversation was last updated.
"2024-01-01T00:00:00.000Z"
The numeric rating (integer)
Whether to unflatten properties that are meant to be nested objects for example { "plan.type": "Pro" } will be unflattened to { "plan": { "type": "Pro" } }
Additional metadata properties (key-value pairs)
Conversation submitted successfully.
true