Difference between revisions of "GDE/Current/User/Overview"
(Published) |
|||
Line 2: | Line 2: | ||
|Standalone=No | |Standalone=No | ||
|DisplayName=Overview | |DisplayName=Overview | ||
+ | |Context=Genesys Dialog Engine helps you to create bots through a ''natural language understanding'' (NLU) engine that can understand and process information provided as input. | ||
+ | |ComingSoon=No | ||
|Platform=PureEngage, PureConnect | |Platform=PureEngage, PureConnect | ||
− | |||
− | |||
|Section={{Section | |Section={{Section | ||
|sectionHeading=What is Dialog Engine? | |sectionHeading=What is Dialog Engine? | ||
− | |||
− | |||
|alignment=Vertical | |alignment=Vertical | ||
|structuredtext=You can use Genesys Dialog Engine to create bots that will be able to understand and respond to information that customers provide. Dialog Engine uses ''natural language understanding'' (NLU) to process the meaning of text or speech input from a human and communicate information back to them. | |structuredtext=You can use Genesys Dialog Engine to create bots that will be able to understand and respond to information that customers provide. Dialog Engine uses ''natural language understanding'' (NLU) to process the meaning of text or speech input from a human and communicate information back to them. | ||
Line 14: | Line 12: | ||
}}{{Section | }}{{Section | ||
|sectionHeading=Key Terms | |sectionHeading=Key Terms | ||
− | |||
− | |||
|alignment=Vertical | |alignment=Vertical | ||
|structuredtext=Dialog Engine uses the following key terms in the software and throughout this document. | |structuredtext=Dialog Engine uses the following key terms in the software and throughout this document. | ||
*Domains: The area of expertise in which a bot operates. For example, the domain used for booking a hotel room. | *Domains: The area of expertise in which a bot operates. For example, the domain used for booking a hotel room. | ||
− | *[[ | + | *[[Intents]]: The intention of the user. What is the user trying to do? |
− | *[[ | + | *[[Utterances]]: What would the user say to convey their intent? For example, book me a room for 4 nights. |
*Entities: What values can the bot infer from the user’s utterance. For example, the number of nights. | *Entities: What values can the bot infer from the user’s utterance. For example, the number of nights. | ||
− | *[[ | + | *[[Slots]]: What is the specific piece of information that the bot would map to an entity? For example, the phrase ''four nights'' could be mapped to “number of nights”. |
− | *[[ | + | *[[Confirmations]]: A message sent by the bot to confirm that it understands the user’s intent. |
You can visualize the components as: | You can visualize the components as: | ||
Line 38: | Line 34: | ||
}}{{Section | }}{{Section | ||
|sectionHeading=Accessing Dialog Engine | |sectionHeading=Accessing Dialog Engine | ||
− | |||
− | |||
− | |||
|alignment=Vertical | |alignment=Vertical | ||
|structuredtext=Dialog Engine uses your PureCloud credentials to provide access to Dialog Engine. | |structuredtext=Dialog Engine uses your PureCloud credentials to provide access to Dialog Engine. | ||
Line 47: | Line 40: | ||
To log out of Dialog Engine, click '''Logout''' in the top-right corner of the screen. | To log out of Dialog Engine, click '''Logout''' in the top-right corner of the screen. | ||
+ | |FAQHeading=How do I log in? | ||
|Status=No | |Status=No | ||
}} | }} | ||
}} | }} |
Revision as of 09:15, February 11, 2020
Genesys Dialog Engine helps you to create bots through a natural language understanding (NLU) engine that can understand and process information provided as input.
What is Dialog Engine?
You can use Genesys Dialog Engine to create bots that will be able to understand and respond to information that customers provide. Dialog Engine uses natural language understanding (NLU) to process the meaning of text or speech input from a human and communicate information back to them.
Key Terms
Dialog Engine uses the following key terms in the software and throughout this document.
- Domains: The area of expertise in which a bot operates. For example, the domain used for booking a hotel room.
- Intents: The intention of the user. What is the user trying to do?
- Utterances: What would the user say to convey their intent? For example, book me a room for 4 nights.
- Entities: What values can the bot infer from the user’s utterance. For example, the number of nights.
- Slots: What is the specific piece of information that the bot would map to an entity? For example, the phrase four nights could be mapped to “number of nights”.
- Confirmations: A message sent by the bot to confirm that it understands the user’s intent.
You can visualize the components as:
In this example, the utterance is Hello, I want to book a suite for three nights starting next Wednesday. The chat bot tries to identify the slots: room type, number of nights, and starting date from this utterance. Some of these slots can be mapped to a value like a number, a date, or a custom entity value like room type. Based on this mapping, the bot identifies the intent and proceeds.
- Slot names within the same intent cannot have the same names. However, the slot name from different entities can have the same name.
- An entity or intent cannot have the same name as a slot. However, an entity and an intent can share the same name.
Accessing Dialog Engine
Dialog Engine uses your PureCloud credentials to provide access to Dialog Engine.
You can log into PureCloud to access Dialog Engine.
To log out of Dialog Engine, click Logout in the top-right corner of the screen.