Context
Operations for asynchronously setting context for active NLX conversations.
Send contextual information for active conversations, especially Voice+. Provides structured context about web page elements, form fields, and available actions to the active voice session.
Authorizations
nlx-api-keystringRequired
Standard authentication for Conversation endpoints.
Path parameters
deploymentKeystringRequired
The unique key identifying the NLX app deployment.
channelKeystringRequiredExample:
The unique key identifying the specific channel. Must include the language code suffix (e.g., -en-US).
xxxxxxxxxx-en-USBody
conversationIdstringRequired
The conversation ID for this session.
Responses
200
Context successfully received and processed.
application/json
Responseobject
400
Bad Request - Invalid context format.
403
Forbidden - Invalid API key or unauthorized context submission.
post
/c/{deploymentKey}/{channelKey}/contextLast updated

