Create structured data
Creates and returns set of structured data about a conversation that is already known to ASAPP.
You can use the id from ASAPP’s system (conversationId or IssueId) or your own id (externalConversationId).
Provide an agentExternalId if you want to get the structured data for a single agent’s involvment with a conversation.
Authorizations
Body
The identifier of the conversation from ASAPP's system.
Your agent identifier for structured data generation. This allows retrieval of structured data exclusively for conversation segments involving the specified agent.
Response
The id of the conversation.
A unique identifier for this specific structured data.
• Each structured data request generates a new set with a new id
, even for the same conversation.
• The entire structured data content is regenerated with each request.
• Use this ID when providing feedback on the structured data.
The result of the structured data, which is a list of field values.
Was this page helpful?