question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow context info to be used in utterances sent to Watson Assistant

See original GitHub issue

Is 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:closed
  • Created 4 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
codeforequity-atcommented, Sep 9, 2019
1reaction
codeforequity-atcommented, Aug 10, 2019

we are actually working on this right now

Read more comments on GitHub >

github_iconTop Results From Across the Web

Enhancing the conversation - IBM
Routing by utterance context and rejecting utterances; Handling unmatched utterances with fallback skills; Reusing evaluation results; Sending extra information ...
Read more >
All About Entities (Part 2): Contextual Entities | by Burak Akbulut
Contextual entities allow your virtual assistant to detect entities based on the context of the user utterance. Instead of creating entity ...
Read more >
Third-Party Bots — Advanced Features
The RichContentEvent is sent with the context. Thus, for Watson Assistant, we can leverage the Context Variables for accessing the RichContentEvent data. The ......
Read more >
Class AssistantV2 - IBM Watson Developer Cloud
The Assistant v2 API provides runtime methods your client application can use to send user input to an assistant and receive a response....
Read more >
05-Watson Assistant: Intents and Entities - CS@Dartmouth
The next contextual node to be selected depends on whether the last dialog node that was selected has any child nodes. If it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found