会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
ClassReference
フィールドの型または戻り値の宣言に使用されるクラスへの参照。列挙型は、ClassReference を使用して参照できるクラスでもあります。
YAML 表現 |
name: string
list: boolean |
フィールド |
name |
string
必須。パラメータの組み込み型またはカスタム型の名前。例: PizzaToppings 、actions.type.Number
|
list |
boolean
省略可。データ型が値のリストを表すかどうかを示します。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["ClassReference is used to define the type of a field or return value, including enums."],["It is represented in YAML with a `name` field (required) indicating the type and an optional `list` field specifying if it's a list of values."],["The `name` field can reference built-in types or custom types using their names."]]],[]]