Chat with Agent

Allows the user to chat with the agent.

Type: POST

End Point: /api/Chat/Ask

Parameters: No parameters

Request Body: json

Example Value: Schema

{
  "conversationID": "string",
  "text": "string"
}

Last updated