Allow context info to be used in utterances sent to Watson Assistant
See original GitHub issueIs your feature request related to a problem? Please describe. Info is sent into the request to Watson Assistant via context. We need this to be able to test different scenarios involving different front-end clients that send text and data to our assistant.
Describe the solution you’d like Allow a bit of JSON to be provided in convo text files that will be added to the “context” object of the request. Like…
#me
i need something
{ "blahkey": "blahvalue", "blahobj" : { "blahblahkey" : 2 }}
#bot
here is your answer
Describe alternatives you’ve considered https://github.com/codeforequity-at/botium-core/issues/62 provides an alternative, but that’s a work around. This issue is for context to be fully featured in botium.
Additional context I’m inclined to supply a PR with this functionality. I just don’t know where to do it. I’d want it for botium-cli.
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (3 by maintainers)
Top GitHub Comments
@troyibm Botium Box 1.7.5 is out, with this feature enabled https://botium.atlassian.net/wiki/spaces/BOTIUM/pages/20807681/Botium+Box+Release+Notes
we are actually working on this right now