Interactions
Create an interaction
Creates a new Interaction
with an agent.
POST
Body
application/json
The data with which an interaction is created.
The unique identifier of the agent
Response
200 - application/json
An object that contains the initial interaction data including the Interaction
object itself and the initial messages associated with it.
<p>Users communicate with agents via <i>interactions</i>. You can think of each interaction as a conversation between an agent and user.</p>