AutoSummary
Provide feedback.
Create a feedback event with the full and updated summary. Each event is associated with a specific summary id.
The event must contain the final summary, in the form of text.
POST
/
autosummary
/
v1
/
feedback
/
free-text-summaries
/
{conversationId}
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredPath Parameters
conversationId
string
requiredThe identifier for a conversation.
Query Parameters
agentExternalId
string
Your unique identifier for the agent.
Body
application/json
Information regarding the updated free-text summary. It must contain the full updated summary as a string.
externalConversationId
string
Your unique identifier for the conversation. This must match to the externalConversationId
you used in the Conversations API.
summaryId
string
requiredThe identifier of the summary you are providing feedback on.
summaryText
string
requiredThe full text of the final summary.
Was this page helpful?