AutoCompose
Generate suggestions
Get suggestions for the next agent message in the conversation.
There are several times when this should be called:
- when an agent joins the conversation,
- after a message is sent by either the customer or the agent,
- and as the agent is typing in the composer (to enable completing the agent’s in-progress message).
Optionally, add a message to the conversation.
POST
/
autocompose
/
v1
/
conversations
/
{conversationId}
/
suggestions
Authorizations
asapp-api-id
string
headerrequiredasapp-api-secret
string
headerrequiredPath Parameters
conversationId
string
requiredThe identifier for a conversation.
Body
application/json
A suggestions request with an optional message to add to the conversation
query
string
text the agent has already entered into the composer
message
object
Represents a single message within a conversation.
Response
200 - application/json
Suggestions for next agent message
id
string
ID for the suggestions that were returned (to be used in analytics events)
message
object
Response for messages
suggestions
object[]
phraseCompletion
object
Completion of the phrase the agent is currently typing, to be displayed inline in the composer
autopilotMessage
object
Recommended message for the agent to autopilot send.
Was this page helpful?