Difference between revisions of "GDE/Current/User/Configuration"
From Genesys Documentation
m (Text replacement - "\|Platform=([^\|]*)GenesysEngage-onpremises([\|]*)" to "|Platform=$1GenesysEngage-cloud$2") |
m (Undo revision 104641 by Xavier.roy@genesys.com (talk)) (Tag: Undo) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
|Standalone=No | |Standalone=No | ||
|DisplayName=Configuring your bot | |DisplayName=Configuring your bot | ||
− | | | + | |Context=Modify your bot's settings. |
|ComingSoon=No | |ComingSoon=No | ||
− | | | + | |Platform=PureConnect, GenesysEngage-cloud |
|Section={{Section | |Section={{Section | ||
− | |||
− | |||
|alignment=Vertical | |alignment=Vertical | ||
− | |structuredtext=The '''Bot Settings''' page allows you to configure: | + | |structuredtext=[[File:GDE Settings.png|center|frameless|650x650px|link=https://all.docs.genesys.com/File:GDE_Settings.png]] |
+ | |||
+ | |||
+ | The '''Bot Settings''' page allows you to configure: | ||
*The welcome message that the bot will display when it starts. | *The welcome message that the bot will display when it starts. | ||
*The maximum number of times the bot tries to identify an intent from an utterance. | *The maximum number of times the bot tries to identify an intent from an utterance. | ||
*The threshold limit to be reached before an utterance is identified positively as an intent. | *The threshold limit to be reached before an utterance is identified positively as an intent. | ||
− | | | + | *Enable the {{Link-SomewhereInThisVersion|manual=User|topic=Intent_Disambiguation|display text=Intent Disambiguation}} feature. |
+ | |Status=No | ||
+ | }}{{Section | ||
+ | |sectionHeading=Configuring the default prompts | ||
+ | |anchor=defaultprompts | ||
+ | |alignment=Vertical | ||
+ | |structuredtext=Dialog Engine includes a set of built-in prompts for a bot to collect inputs from a user. You can customize the built-in default prompts by updating the default prompts messages in the Default Prompts section. | ||
+ | |||
+ | The following table describes: | ||
+ | |||
+ | *when the prompt is played to users, | ||
+ | *the dynamic variables you can use within that prompt (if available), | ||
+ | *the default prompt message that you can change. | ||
+ | |||
+ | <br /> | ||
+ | {{{!}} class="wikitable" | ||
+ | !Prompt | ||
+ | !Description | ||
+ | !Variables (if available) | ||
+ | !Default Message | ||
+ | {{!}}- | ||
+ | {{!}}Intent Confirmation | ||
+ | {{!}}If there are no '''Confirmation Questions''' configured for an individual intent, this prompt is played to confirm the currently identified intent. | ||
+ | {{!}}<nowiki>{{intent_name}}</nowiki> | ||
+ | {{!}}Are you interested in <nowiki>{{intent_name}}</nowiki> ? | ||
+ | {{!}}- | ||
+ | {{!}}Slot Confirmation (1) | ||
+ | {{!}}If the bot is unsure about the value it recognized as a slot, this prompt is played to confirm the value. The bot expects a ''Yes'' or ''No'' as the answer to this. | ||
+ | {{!}}<nowiki>{{resolved_slot_value}}</nowiki> | ||
+ | {{!}}I think you said <nowiki>{{resolved_slot_value}}</nowiki>. Is that right? | ||
+ | {{!}}- | ||
+ | {{!}}Slot Confirmation (2) | ||
+ | {{!}}If the bot does not recognize a ''Yes'' or ''No'' value for the '''Slot Confirmation (1)''', this prompt is played to confirm the value. | ||
+ | {{!}} | ||
+ | {{!}}Please answer yes or no. | ||
+ | {{!}}- | ||
+ | {{!}}Slot Fill | ||
+ | {{!}}If there are no slot '''Prompts''' configured for an individual slot, this prompt is played to request a value for the slot. | ||
+ | {{!}}<nowiki>{{slot_name}}</nowiki> | ||
+ | {{!}}Please provide a value for <nowiki>{{slot_name}}</nowiki>. | ||
+ | {{!}}- | ||
+ | {{!}}Feedback | ||
+ | {{!}}This prompt is played after a knowledge answer has been provided. This is applicable only for bots that include knowledge. | ||
+ | {{!}} | ||
+ | {{!}}Did this answer your question? | ||
+ | {{!}}- | ||
+ | {{!}}Max Retries Exceeded | ||
+ | {{!}}This prompt is played when the bot exceeds the '''Max number of retries''' limit configured. | ||
+ | {{!}} | ||
+ | {{!}}More than allowed number of retries. | ||
+ | {{!}}- | ||
+ | {{!}}Yes No | ||
+ | {{!}}This message is played when the bot expects the user to respond with an ''Yes'' or a ''No''. | ||
+ | {{!}} | ||
+ | {{!}}Please answer yes or no. | ||
+ | {{!}}- | ||
+ | {{!}}Unable To Help | ||
+ | {{!}}This message is played when the user rejects all possible intents. | ||
+ | If the maximum number of retries limit is reached first, then the '''Max Retries Exceeded''' prompt will be played before this prompt is reached. | ||
+ | {{!}} | ||
+ | {{!}}Sorry, I cannot help you. | ||
+ | {{!}}- | ||
+ | {{!}}Choices Retry | ||
+ | {{!}}This prompt is played to request user input again in the below cases: | ||
+ | |||
+ | *After rejecting an ''Intent Confirmation''. | ||
+ | *After answering ‘none’ to intent disambiguation. | ||
+ | {{!}} | ||
+ | {{!}}Ok, how can I help you? | ||
+ | {{!}}- | ||
+ | {{!}}Session Reset | ||
+ | {{!}}This prompt is played when a user requests a session reset by: | ||
+ | |||
+ | *Clicking the '''Reset Conversation''' button in the test bot. | ||
+ | *Entering ‘''reset''’ or ‘''start over''’ in the chat. | ||
+ | |||
+ | {{!}} | ||
+ | {{!}}Let's start over - conversation reset. | ||
+ | {{!}}} | ||
|Status=No | |Status=No | ||
}} | }} | ||
}} | }} |
Latest revision as of 10:36, October 11, 2021
This topic is part of the manual Genesys Dialog Engine User Guide for version Current of Genesys Dialog Engine.
Read this topic for other versions:
Contents
Modify your bot's settings.
The Bot Settings page allows you to configure:
- The welcome message that the bot will display when it starts.
- The maximum number of times the bot tries to identify an intent from an utterance.
- The threshold limit to be reached before an utterance is identified positively as an intent.
- Enable the Intent Disambiguation feature.
Configuring the default prompts
Dialog Engine includes a set of built-in prompts for a bot to collect inputs from a user. You can customize the built-in default prompts by updating the default prompts messages in the Default Prompts section.
The following table describes:
- when the prompt is played to users,
- the dynamic variables you can use within that prompt (if available),
- the default prompt message that you can change.
Prompt | Description | Variables (if available) | Default Message |
---|---|---|---|
Intent Confirmation | If there are no Confirmation Questions configured for an individual intent, this prompt is played to confirm the currently identified intent. | {{intent_name}} | Are you interested in {{intent_name}} ? |
Slot Confirmation (1) | If the bot is unsure about the value it recognized as a slot, this prompt is played to confirm the value. The bot expects a Yes or No as the answer to this. | {{resolved_slot_value}} | I think you said {{resolved_slot_value}}. Is that right? |
Slot Confirmation (2) | If the bot does not recognize a Yes or No value for the Slot Confirmation (1), this prompt is played to confirm the value. | Please answer yes or no. | |
Slot Fill | If there are no slot Prompts configured for an individual slot, this prompt is played to request a value for the slot. | {{slot_name}} | Please provide a value for {{slot_name}}. |
Feedback | This prompt is played after a knowledge answer has been provided. This is applicable only for bots that include knowledge. | Did this answer your question? | |
Max Retries Exceeded | This prompt is played when the bot exceeds the Max number of retries limit configured. | More than allowed number of retries. | |
Yes No | This message is played when the bot expects the user to respond with an Yes or a No. | Please answer yes or no. | |
Unable To Help | This message is played when the user rejects all possible intents.
If the maximum number of retries limit is reached first, then the Max Retries Exceeded prompt will be played before this prompt is reached. |
Sorry, I cannot help you. | |
Choices Retry | This prompt is played to request user input again in the below cases:
|
Ok, how can I help you? | |
Session Reset | This prompt is played when a user requests a session reset by:
|
Let's start over - conversation reset. |
Comments or questions about this documentation? Contact us for support!