GET
/
autosummary
/
v1
/
intent
/
{conversationId}
curl --request GET \
  --url https://api.sandbox.asapp.com/autosummary/v1/intent/{conversationId} \
  --header 'asapp-api-id: <api-key>' \
  --header 'asapp-api-secret: <api-key>'
{
  "conversationId": "<string>",
  "intent": {
    "code": "<string>",
    "name": "<string>"
  }
}

Authorizations

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

Path Parameters

conversationId
string
required

The identifier for a conversation.

Response

200
application/json
Successfully generated intent.
conversationId
string

The id of the conversation.

intent
object

An object containing the determined intent for the conversation.