Question 1
Forlive-agenttransfer,you wantthebot-user conversation historyto becomeavailableto the humanagentthat theconversation istransferredto.
Howdoyoumakethisconversationhistoryavailable?
Howdoyoumakethisconversationhistoryavailable?
Question 2
To translate output messages, you created a resource bundle in your skill. Theresource bundle contains an orderConfirmation key with the following message:
Thanks {0} for your order. Your order of a {1} is no its way.
In your dialog flow, you have a variable rb of type resourcesBundle defined. In additional, you defined a variable pizzaType holding the type of the pizza (for example, Salami) and a variable pizzaSize holding the size of the Pizza ( for example , large).
A)

B)

C)

D)

Thanks {0} for your order. Your order of a {1} is no its way.
In your dialog flow, you have a variable rb of type resourcesBundle defined. In additional, you defined a variable pizzaType holding the type of the pizza (for example, Salami) and a variable pizzaSize holding the size of the Pizza ( for example , large).
A)

B)

C)

D)

Question 3
As per Oracle's recommendation,which is the best practice regarding conversational design?
Question 4
When testing your skill, you notice that two of its intents consistently rank as the top two, resolving within just a few points of each other.
Given the unpredictable nature of which intent gets the top score, what would you do to allow the skill user to choose the correct intent?
Given the unpredictable nature of which intent gets the top score, what would you do to allow the skill user to choose the correct intent?
Question 5
An input component references an entity-type variable from its variable property and does not have the maxPrompts property set. Which two statements describe valid options to help users deal with validation errors?