DialogSpec
JSON 表示法 |
{
"extension": {
"@type": string,
field1: ...,
...
}
} |
字段 |
extension |
object
包含特定于帮助程序的对话框规范(如果有)。例如:用于确认帮助程序的 ConfirmationDialogSpec。 此对象可以包含任意类型的字段。附加字段 "@type" 包含用于标示相应类型的 URI。示例:{ "id": 1234, "@type": "types.example.com/standard/id" } 。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Prompts define metadata for helper sub-dialogs using JSON representation."],["The `extension` field is an object containing helper-specific dialog specs, such as confirmation dialog details."],["`extension` objects include an `@type` field with a URI to identify the type of object, like \"types.example.com/standard/id\"."]]],[]]