Endpoint: POST /v2/chat/
This endpoint allows interaction with an agent by sending a chat request. This enables a user to initiate or continue a conversation with the agent by passing relevant session data.
The unique identifier of the user interacting with the agent.
The unique identifier of the agent handling the chat.
The session ID to maintain context across multiple interactions.
The user’s message or query to the agent.
The agent’s reply based on the user’s input message.