AutoSummary
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.
POST
Body
application/json
Response
200 - application/json
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?