Passing context information
Send message in a conversation with a Chatbot REST API Endpoint
Example
{
"input": "",
"context": {
"onboardingOfUser": {
"type": "string",
"value": "true"
},
"userInfo": {
"type": "object",
"value": {
"username": "Barbara"
}
}
}
}
Last updated
Was this helpful?