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>
<p>Each interaction holds a number of <i>messages</i> and every message belongs to an interaction. The `sent_by` property of a message indicates whether a message was created by an agent or a user.</p>