Closed pankajdata4u closed 6 years ago
This is not an issue! I think you are using the choice skill incorrectly. The purpose of a choice skill is to present the user with options to choose one from. Their choice can be captured and stored or it can direct the flow to the next step based on raw conditions you set and the transition you choose.
Are you trying to pass the value of your choice to be classified with intent? If this is the case then the value of the choice can be found in state['skill-choice-ret']. You can then pass it to a node were intent classification takes place.
I don't believe passing intent as a choice in choice-skill will not trigger intent classification.
thanks @Haythamamin , i had put it in wrong way. Now I am able to use skills perfectly.
Make sure these checkboxes are checked before raising an issue, thank you!
8.11.3
Please also fill in these fields:
Botpress version:
10.23.0
Channels: web
I am trying to create skill choice and link it to NLU.
Please help or let me know what is the issue.