Within your digital assistant, you notice that the user input "tell me my balance" immediately initiates the Banking skill. However, it does not offer the user the option to consider that the request could be handled by the Retailskill, which also offers the ability to check the balance in your retail account.
How should you ensure that both the banking and retail skills are considered in this case?
Forlive-agenttransfer,you wantthebot-user conversation historyto becomeavailableto the humanagentthat theconversation istransferredto.
Howdoyoumakethisconversationhistoryavailable?
Error handlers can be defined in various locations with different scopes.
Which three statements are true about error handling?
Considerthis codesnippet:
Whichtwostatementsaboutthis codearetrue?
Consider the followingexcerptfromadialogflowcode wheresizeis a context variableof valuelist entitytype
PizzaSizewithvaluesSmall,Medium,andLarge:
Which two events will occur when a user starts a new conversation with the sentence "Order a Large Pizza"?
What happens if there is a system error and the state does not have an error action?
You install Oracle Bost Node SDK from GitHub to develop a new custom component service.
Which command, whenissued on a command line or terminal window, creates a new custom component service project in the current directory?
Which statement is FALSE regarding out-of-order messages?
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?
You want your skill to prompt users for theirfirst name. The name must then be used in the welcome message at the beginning of each bot-user session.
Your user interface guidelines require that each part of the name begin with a capital letter (for example, John Doe or John William Doe).
Which two BotML code examples print the username correctly if the name is provided as "jOhn William doe" or "JOHN doe"?
You have a digital assistant with a pizza skill. While ordering a pizza, the user triggers the digital assistant's Help system intent by entering "help". What isthe default functionality of the digital assistant assuming no help functionality has been implemented in the pizza skill?