Slot
JSON 表示法 |
{
"mode": enum (SlotMode ),
"status": enum (SlotStatus ),
"value": value,
"updated": boolean,
"prompt": {
object (Prompt )
}
} |
字段 |
mode |
enum (SlotMode )
槽的模式(必需或可选)。可由开发者设置。
|
status |
enum (SlotStatus )
广告位的状态。
|
value |
value (Value format)
广告位的值。在响应中更改此值,会修改槽填充中的值。
|
updated |
boolean
指明槽值是否在上次回合时收集。此字段为只读字段。
|
prompt |
object (Prompt )
可选。系统会在需要时向用户发送此提示,以填充所需的槽位。此提示会替换控制台中定义的现有提示。网络钩子请求中不包含此字段。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-09-10。
[null,null,["最后更新时间 (UTC):2024-09-10。"],[[["Slots are represented in JSON format with fields indicating their mode, status, value, update status, and an optional prompt."],["Developers can define if a slot is required or optional using the `mode` field and include a custom prompt to guide user input."],["The `value` field in the JSON response allows modification of the slot value, directly impacting the slot filling process."],["A dedicated `prompt` field allows overriding the default prompt, offering flexibility in guiding user interactions."]]],[]]