Create a conversation (deprecated)
POST/api/v2/agent/:agentCode/conversation
deprecated
Creates a conversation with the given agent code. This is required before executing an agent. This endpoint is obsolete. Please use '/api/v2/Agent/{agentCode}/conversation/info' instead.
Request
Path Parameters
agentCode stringrequired
version int32required
Query Parameters
culture string
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
Body
Array [
]
userIdentifier stringnullable
inputParameters
object[]
nullable
key stringnullable
value nullable
channel stringnullable
Responses
- 200
- 400
- 401
- 403
- 500
Success
There was a validation error. Please check your request data.
- application/json
- Schema
- Example (from schema)
Schema
message stringnullable
errors
object
nullable
property name* string
{
"message": "string",
"errors": {}
}
The user is unauthorized or the session expired
The user does not have permission
There was an unexpected error
Loading...