Hi Peter! As usual, great content! :) Is it possible to fill both slots with just one utterance? Many users do not like to staging and prefer to give the whole input at once. Will the agent get it?
I find the intent on the route and the parameters working together is very very clunky. Seems like a bad design, trying to do this with first and last name as basic as you can get and it doesn't work, just keeps setting first name again.
Almost seems like you should have a trainable intent with each parameter instead of this. Clearly this is bad and I need to just implement this as a bunch of pages.
Thanks for this video series! The line "A $page.params.coffee-size $page.params.coffee-type" isn't appearing because you put that in the Order Coffee route whereas it's the orange one that's getting executed
I tested $session.params and $intent.params. The agent response in orange route gives the size and type. $Intent.params.size also worked but type does not.
Thanks for the effort put in to this series. It was easy to follow along with all 11 videos.
This was very very helpful. Thank you so much for sharing
Instead of typing coffee types as fixed text, can't you print them as list parameter from your entities?
Hi Peter! As usual, great content! :) Is it possible to fill both slots with just one utterance? Many users do not like to staging and prefer to give the whole input at once. Will the agent get it?
Nice video
I find the intent on the route and the parameters working together is very very clunky. Seems like a bad design, trying to do this with first and last name as basic as you can get and it doesn't work, just keeps setting first name again.
Almost seems like you should have a trainable intent with each parameter instead of this. Clearly this is bad and I need to just implement this as a bunch of pages.
Thanks for this video series! The line "A $page.params.coffee-size $page.params.coffee-type" isn't appearing because you put that in the Order Coffee route whereas it's the orange one that's getting executed
I tested $session.params and $intent.params. The agent response in orange route gives the size and type. $Intent.params.size also worked but type does not.