AutoSummary
Get conversation intent
Retrieves the primary intent of a conversation, represented by both an intent code and a human-readable intent name. If no intent is detected, “NO_INTENT” is returned.
This endpoint requires:
- Intent support to be explicitly enabled for your account.
- A valid conversationId, which is an ASAPP-generated identifier created when using the ASAPP /conversations endpoint.
Use this endpoint to gain insights into the main purpose or topic of a conversation.
GET
/
autosummary
/
v1
/
intent
/
{conversationId}
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredPath Parameters
conversationId
string
requiredThe identifier for a conversation.
Response
200 - application/json
conversationId
string
The id of the conversation.
intent
object
An object containing the determined intent for the conversation.
Was this page helpful?