Can I use the confidence ratings for the intents in creating the flow for the Watson Conversation API flow?
NickName:Salil Ahuja Ask DateTime:2016-08-17T17:40:57

Can I use the confidence ratings for the intents in creating the flow for the Watson Conversation API flow?

Can I use the confidence ratings for the intents in the conditions for the nodes in the dialog flow in the Watson Conversation API ?

Copyright Notice:Content Author:「Salil Ahuja」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/38993070/can-i-use-the-confidence-ratings-for-the-intents-in-creating-the-flow-for-the-wa

More about “Can I use the confidence ratings for the intents in creating the flow for the Watson Conversation API flow?” related questions

Can I use the confidence ratings for the intents in creating the flow for the Watson Conversation API flow?

Can I use the confidence ratings for the intents in the conditions for the nodes in the dialog flow in the Watson Conversation API ?

Show Detail

Can I use the context variables in the conditions for the nodes in the dialog flow in the Watson Conversation?

Can I use the context variables in the conditions for the nodes in the dialog flow in the Watson Conversation? In the case I try it: if condition: context.variable !== 'undefined' the conversatio...

Show Detail

Can I use a LaTex script in Watson Conversation service Dialog flow?

I am successfully using three Watson services: Conversation, TTS and STT in my application. But I have a requirement on putting up equations in my conversation flow. Can I use LaTeX with JSON to w...

Show Detail

Is there a programmatic way to export intents for Watson Conversation?

I am aware you can go to the Watson Conversation interface, right click on a workspace, and download the JSON of a workspace, which contains the intents, as it says here: Is there any way to export

Show Detail

What is that intelligence we have in Watson Conversation service

I've been working on watson conversation for sometime.Mainly conversation service responds for inputs given by the user depending on the way we train and it does that based on the intents,entities ...

Show Detail

Watson Conversation supports many Intents with same common words like 'Yes'?

Watson Conversation supports many Intents with same word? How to avoid wrong confidence association? Example: Did you see that video http://....? Condition: Intent #see with values: "I see", "I s...

Show Detail

Bluemix Watson Conversation API to manage intents, entities

The documented API only allows interaction with the Watson Conversation service once it is configured. Is there any API which will allow the configuration. For example create intents, entities etc...

Show Detail

Wit.ai chooses wrong branch in conversation flow

I have a flow based conversation modelled in wit.ai. After executing a custom action and sending the results to the user, the user should have the possibility to: say something like 'show me more'...

Show Detail

Continue with the conversation flow in Watson Conversation

Is it possible to continue with the conversation flow after a user input does not fit to a condition? In this example I want to continue with the conversation flow - but the conversation jumps to the

Show Detail

IBM watson conversation no output python

I have followed the sample examples and created a workspace using IBM watson conversation. I am using python, and also followed the document api to input the text into watson. However, there is no

Show Detail