Create conversation intent
Intent
Create 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.
- An id from ASAPP system (conversationId or IssueId) or your own id (externalConversationId). Use this endpoint to gain insights into the main purpose or topic of a conversation.
POST
Create conversation intent
Body
application/json
- Option 1
- Option 2
- Option 3
The identifier of the conversation from ASAPP's system.
Pattern:
^[A-Z0-9]+$