I would like Dialogflow
to detect a
in a sentence and give it a number = 1
.
Example: I would like to have a chicken rice.
Dialogflow
should detect as:
'a' = @sys.number, Resolved value : one or 1
"chicken rice" = @delivery-product, resolved value : chicken rice
I already have an entity to detect the product, a intent to detect single order or multiple order,
i.e. "I want 2 chicken rice and 2 coffee" . this would return me both numbers and products.
However I just can't get Dialogflow
to detect:
I want a coffee
I want 2 chicken rice and a coffee.
Anyone have any recommendation to tackle this issue?
Thank you!