POST
/
autosummary
/
v1
/
feedback
/
free-text-summaries
/
{conversationId}
curl --request POST \
  --url https://api.sandbox.asapp.com/autosummary/v1/feedback/free-text-summaries/{conversationId} \
  --header 'Content-Type: application/json' \
  --header 'asapp-api-id: <api-key>' \
  --header 'asapp-api-secret: <api-key>' \
  --data '{
  "externalConversationId": "01GCS2XA9447BCQANJF2SXXVA0",
  "summaryId": "0083d936-ff70-49fc-ac19-74f1246d8b27",
  "summaryText": "The customer has issues with his symmetric internet service.\nThe customer explained the service has not enough bandwidth.\nThe customer explained the service has not enough bandwidth.\nThe agent explained how to run a diagnosis.\nThe customer ran the diagnosis.\n"
}'
This response does not have an example.

Authorizations

asapp-api-id
string
header
required
asapp-api-secret
string
header
required

Path Parameters

conversationId
string
required

The 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.

Response

202

Successfully accepted a feedback event for the summary.