-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to create intents in latest version? #231
Comments
This seems odd, won't |
@leeola true , in new bot engine , there is no intent .Sorry my bad. I think they have replaced the intent with the search strategy . Currently one can have 3 different search strategy mapped to an entity. |
Are you guys able to create a new entity which can have multiple different values? For example, if the entity was pizza, how do you train the Bot Engine to understand the different pizzas? Do we need to add all the different pizza names as values to the entity? Or, will the bot engine be intelligent enough to understand a pizza name from a sentence once it is trained on a few? It doesn't seem to work like that and there is no one help also! |
goto understanding tab and train bot with few sentences and add proper entity ,U don't need to add value always. Values are returned whenever api call is made. |
where does the stories,entities and intent in wit.ai gets stored? |
They are stored inside the Facebook datacenter. You can get a copy via the import/export: https://wit.ai/docs/recipes#copyexportversion-my-app |
I may be overloading this question, but I want to know then answer to this, but programatically. I the API docs it says that that |
@lbustelo We merged "intents" and "entities" last year. Intents are now simple entities of type "trait". Intents as you know them are gone. You can programmatically manipulate entities using the /entities API, or read specifically about how "intents" work now, or read more about "trait" entities and the 2 other types. Feel free to reopen if you have further questions. |
Thanks @blandinw. I'll give that a try. |
@blandinw ,How can I add a follow up intent on wit.ai like in dialogflow? |
Hi @anjitha-devan, there isn't really an idea of a follow up intent in Wit, you would have to add the logic on your side after receiving a message of a certain intent |
Thanks @jtliao |
hi @anjitha-devan, this seems outside the scope of Wit, unfortunately I don't think we're the best to help you with this issue. Additionally, in the future, please avoid following up on old threads with new issues, it makes it harder to track. |
This was really helpful. |
Hi,
This is not an issue. I was going through some videos and docs. It is changed that how to create an intent. I am a newbie, Please tell me or share a link which explains how to create/use a custom intent in console. I have tried using HTTP API but its giving an error "Cannot create intents, it confuses your bot". I am not sure what's wrong.?
Thanks
The text was updated successfully, but these errors were encountered: