老虎机和插槽类型概述
老虎机是话语中的特定信息,可帮助了解用户的意图。 例如,考虑一下这样的话 :“我想预订两个房间。” 这种说法允许机器人识别特定的信息或插槽: 需要房间。
机器人识别出一个插槽后,它会将该插槽映射到插槽类型。 插槽类型定义了机器人如何处理已识别槽中的可用信息。 确保将每个插槽映射到插槽类型。 插槽类型可以帮助机器人定义机器人在尝试在话语中找到插槽时要查找的信息。 插槽类型必须至少包含一个值。
在前面的话中,插槽是 “需要房间”,插槽映射到数字槽类型。 虽然本文与 Genesys Dialog Engine Bot Flows 和 Genesys Digital Bot Flows 有关,但这段视频描述了 Genesys Dialog Engine Bot Flows 中的插槽和
全球插槽可用性
管理员和联络中心经理可以从任何意图访问任何时段。 由于老虎机不受特定意图的约束,因此它们可以用于多种意图。 此增强功能可提高效率并减少构建机器人流程的工作量。
你可以从任何意图访问任何插槽。 老虎机不受特定意图的约束。 从多种意图访问插槽的能力提高了效率并减少了构建机器人流程所需的工作量。 例如,以前,如果您想从支票账户和关闭账户意图中引用客户的账号,则必须在每个 Intent 中创建一个账户槽。 你也可以在没有意图的情况下使用插槽。 当您必须在自助机器人中进行识别和验证时,此功能很有用。 例如,在询问客户的意图之前,您可以预先询问客户的帐号和 PIN。
此外,如果您在全球插槽可用性之前创建了插槽,则共享名称的现有插槽会合并,从而使它们独一无二且更易于引用。
槽位类型
Architect 机器人支持两种插槽类型:内置插槽和自定义插槽。
Slot type supportability
When you work with slot types, consider the following supported capabilities:
- 槽位类型 每流最多 500
- 与单个插槽类型相关的插槽(实体): 每个流量最多 10 个
- 列表插槽类型: 每个流量最多 50
- 正则表达式插槽类型: 每个流量最多 20 个
Built-in slot types
当您从 Natural Language Understanding 菜单创建槽时,您可以使用内置槽类型创建槽。
默认情况下,Architect 包括以下内置插槽类型:
NLU 插槽类型 | 架构师数据类型 | 用户输入示例 | 解析的格式示例 | 注释 |
---|---|---|---|---|
内置:金额 | 货币 | “$30.23” 或 “四十美元” |
30.23| 美元 |
|
内置:date | 日期 | “6 月 15 日” 或 “下周二” |
2021-06-15 |
|
内置:数字 | 小数 | “23” 或 “三点五” |
23.0 3.5 |
|
内置:time | 持续时间 | “下午 3 点” 或 “下午三点半” |
15:00:00 .000 15:30:00 .000 |
|
内置:任意 | 字符串 | “Stratocaster” |
Stratocaster |
|
有关详细信息,请参阅 在机器人流程中使用内置槽类型.
Custom slot types
自定义插槽类型允许您定义插槽类型并使用它们来映射插槽。 例如,你可以为你的旅行机器人创建一个位置栏来表示城市。 您可以定义自定义插槽类型,然后使用该位置槽来映射话语中的位置。
Architect supports four custom slot types:
- an AI-powered type with Virtual Agent
- 列表类型
- 动态列表类型
- 正则表达式 (regex) 类型
If you enable Virtual Agent, you can create generative, AI-powered slot types for Virtual Agent when you create a slot from the Natural Language Understanding menu. The large language model (LLM) helps Virtual Agent administrators and flow authors to capture and collect multiple slots in any order, capture slots over multiple turns, and make it easier for the bot to understand when customers perform tasks that are more complex for the bot, such as spell out their name.
使用虚拟代理,您可以使用数字、字母数字或自由形式的 AI 插槽和插槽类型来改善对话机器人行为。自由形式的插槽允许您添加同义词和示例,以帮助机器人识别同一插槽的多个单词和短语。这些人工智能选项允许您配置您的机器人,以便机器人和参与者之间的对话更加接近人类对话。有关详细信息,请参阅For more information, see关于 Genesys 虚拟代理。
For more information about AI-powered slots and slot types, including best practices and limitations, see Virtual Agent slot authoring recommendations and limitations.
如果您的自定义插槽类型数据是话语中的一组预定义单词,例如位置名称,请使用列表槽类型。列表槽类型可帮助您定义机器人必须识别才能捕获插槽的单词集。
您还可以为插槽类型添加同义词,以便 Architect 可以识别同一插槽的多个单词和短语。 例如,New York 的 slot 类型值可以具有同义词: 大苹果或纽约。 这些同义词使机器人能够理解,当用户说 NYC 时,它会映射到纽约。
有关详细信息,请参阅 在机器人流程中使用自定义列表槽类型.
如果您在创建机器人流程时不知道允许的槽值,请在您的机器人流程中配置一个动态列表。 然后使用数据操作或其他源在机器人对话期间检索值并将它们存储在字符串集合变量中。
如果您的机器人包含许多插槽类型的值,并且您不想在 Genesys Dialog Engine Bot Flows 或 Genesys Digital Bot Flows 中手动单独配置它们,则动态列表会很有用。 如果槽值对每个用户都是动态的,这些动态列表也很有用。
有关详细信息,请参阅 在机器人流程中使用自定义动态列表槽类型.
您可以使用正则表达式(regex 或 regexp)来识别话语中与特定字符序列匹配的模式。 如果您的机器人必须识别话语中的复杂内容,则正则表达式模式在定义槽类型时更有用。 例如,如果您想为您的旅行机器人匹配航班代码,您必须知道处理任何取消的航班号。 正则表达式模式 ^[A-Z]{2}\d{3,4}$ 匹配话语中与此模式匹配的任何短语作为航班号。 有关详细信息,请参阅 在机器人流程中使用自定义正则表达式槽类型 和 正则表达式语言快速参考.
Add a slot type to your bot flow from the Slot Types menu
- 在 “ 自然语言理解” 下,单击 “ 槽类型”。
- Click Slot Type. The Add Slot Type dialog box opens.
- Provide a meaningful name for the slot type and then click Save.
- 在 “ 槽类型” 下,要并行创建槽和槽类型,请选择可用槽类型之一:
- List. List slot types match items in a list.
- Dynamic List. Dynamic slot types are configurable.
- Regular Expression. RexEx slot types match a sequence of characters.
- AI Powered. AI powered slot types, when you enable Virtual Agent, leverage AI to understand and categorize input.
- If you chose List, then under Slot Type Value enter a value and click Add. Repeat this step to add more values.
- If you chose Dynamic List, follow these steps and create collection values:
- Click Edit Collections “>.
- In the dialog box that appears, click String.
- Under Values, enter a string value to associate with the slot type.
- Complete the remaining fields by associating synonyms and labels, as necessary.
- If you chose Regular Expression, enter an expression and click Add. Repeat this step to add more expressions, which Architect evaluates from top to bottom.
- If you enable Virtual Agent and chose AI Powered, then under Format, follow one of these steps:
- 选择自由形式。这种类型表明机器人期望一个长答案,而不是设置数字。
- 在描述下,提供您想要收集的信息的详细提示。例如“欧洲的首都”或“一个人的名字和姓氏”。
- 点击例子。
- 在示例话语下,提供机器人可能期待的潜在话语。例如,“我曾经去过巴黎”或“我的名字是 John Doe”。
- Under Expected Value, enter the value that the bot should recognize. For example, “Paris,” or “John Doe.”
- 选择字母数字组合在“长度”下,设置插槽的预期字符长度。例如,您的会员ID中的数字和字符的数量。
- 选择数字序列在“长度”下,设置插槽的预期字符长度。例如,4 位 PIN 码。
- 选择自由形式。这种类型表明机器人期望一个长答案,而不是设置数字。
- 单击 “ 保存”。
从老虎机菜单向你的机器人流程添加一个插槽
- 在 “ 自然语言理解” 下,单击 “ 老虎机”。
- Click Add Slot.
- 为插槽提供一个有意义的名称。
- 在 “ 槽类型” 下,要并行创建槽和槽类型,请选择可用槽类型之一:
- Existing. Includes existing custom slot types or built-in slot types.
- New AI Powered. When you enable Virtual Agent, AI Powered slots use artificial intelligence to understand and categorize input.
- 新名单。 列表槽类型与列表中的项目匹配。
- New RegEx. RexEx slot types match a sequence of characters.
- New Dynamic. Dynamic slot types are configurable.
- 如果选择 “现有”,请单击 “选择”, 然后选择现有的自定义插槽类型或内置插槽类型。
- If you chose New AI Powered, New List, New RegEx, New Dynamic, or AI Powered, enter a slot type name.
- 单击 “ 保存”。
Architect returns a message to confirm that the new slot was created and, for New AI Powered, New List, New RegEx, and New Dynamic, that the slot type was created.
Add values to your slot types
To add values to your slot types, see the following article according to your slot type:
Parallel slot and slot types example
在此示例中,机器人作者想要为架子鼓制造商添加插槽和插槽类型。
- 在 “ 自然语言理解” 下,单击 “ 老虎机”。
- 点击 添加插槽。
- 将插槽命名为 DrumKi t。
- 在 “ 插槽类型” 下,选择 “新建列表”。
- 将槽类型命名为 “ 制造商”。
- 单击 “ 保存”。
点击图片放大。
Architect 创建了插槽和插槽类型并返回一条消息,表明已创建插槽 “DrumKit” 和插槽类型 “制造商”。
点击图片放大。
现在,您可以将槽类型值添加到槽类型中。
- 在 “ 自然语言理解” 下,单击 “ 槽类型”。
- 单击 “ 制造商” 插槽类型。
- 在下面槽类型值在这里输入雅马哈然后按 Enter。
- 对要添加的每一个架子鼓制造商重复步骤 4。
点击图片放大。
现在你可以将插槽映射到话语了。
要将插槽映射到语音,请执行以下步骤:
- 在 “ 自然语言理解” 下,单击 “ 意图”。
- 在 Intents 页面中,添加名为 “购买沃尔沃” 的意图。
- 单击新意图。 此时将打开 “说话” 页面。
- 在 话语下,点击术语 “沃尔沃”。 此时将显示 “选择槽” 列表。
- 从 “选择时段” 列表中,选择 “鼓” 。
slot 已成功映射到语音。