文字与其他插槽类型不同,因为您必须提供示例话语中的培训,如官方文档中所述:https: //developer.amazon.com/public/solutions/alexa/alexa-skills-kit/docs/alexa -skills-KIT-相互作用模型参考
示例话语将用户可以与您定义的意图对话的短语进行映射.它们使用以下格式在纯文本文件中写为行:
IntentName this is a sample utterance with no slots IntentName this is a sample utterance containing a {SlotName} IntentName this is a sample utterance containing a {SlotName} and {AnotherSlotName}
请注意,上述格式适用于除AMAZON.LITERAL之外的所有插槽类型.对于AMAZON.LITERAL,您还需要指定一个示例槽值:
IntentName this is a sample utterance containing a {slot value|SlotName} using LITERAL
或者,使用自定义插槽可以在定义大量样本自定义插槽值后提供插槽.在这种情况下,您将创建一个名为myMemo的新自定义插槽,其中包含自定义插槽名称的类型,例如MY_MEMO
.您的自定义插槽值将填充潜在值(这些值不是它将接收的唯一值),例如:
walk the dog eat more bacon go to the store on the way home