Conversation
Operations related to processing conversation turns.
Main endpoint for conversational applications. Sends a user request to the specific AI app deployment and channel.
Authorizations
nlx-api-keystringRequired
Standard authentication for Conversation endpoints.
Path parameters
deploymentKeystringRequired
The unique key identifying the AI app deployment.
channelKeystringRequiredExample:
The unique key identifying the specific channel. Must include the language code suffix (e.g., -en-US, -es-MX).
xxxxxxxxxx-en-USBody
conversationIdstring | nullableOptional
Unique identifier for the conversation session. Auto-generated if omitted.
userIdstringOptional
Unique identifier for the user. Auto-generated if omitted.
environmentstring · enumOptionalPossible values:
The environment context for the request.
Responses
200
Successful conversation response
application/json
400
Bad Request - Invalid schema or missing required fields
401
Unauthorized - Invalid API Key
500
Internal Server Error
post
/c/{deploymentKey}/{channelKey}Last updated

