ibm bluemix - How can I train an intent in Watson conversation to accept any number? -
how can train intent accept numbers , identify particular state? example, i'm training intent accept price.
if type:
- what 560?
it accepts 560 if type 560 not identify.
if wanna combine intent , entity, can add 1 more condition, e.g:
if bot recognizes #yourintent , @sys-number response: "do want information @sys-number?"
or, if want identify number entered user, can add 1 more node flow condition:
if bot recognizes @sys-number response: "do want information @sys-number"?
if user types intent (you need train intent questions example):
if bot recognizes #yourintent response: "okay, but, number want information?"
obs.: need activate system entity @sys-number
works. , training #intent
examples ask questions about. @data_henrik said, #intents
want , @entity
objects.
- see more conditions , methods conditions inside watson conversation service official documentation.
Comments
Post a Comment