Interactions
Create an interaction
Creates a new Interaction
with an agent.
POST
/
interactions
Body
application/json
The data with which an interaction is created.
agent_id
string
requiredThe 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.
interaction
object
required<p>Users communicate with agents via <i>interactions</i>. You can think of each interaction as a conversation between an agent and user.</p>
messages
object[]
required