会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
EntitySet
エンティティ セットは、組み込みインテント パラメータの値源となる、事前定義されたエンティティのセットを表します。エンティティ セットは、組み込みインテントのパラメータの entitySet から参照できます。
YAML 表現 |
entities:
- object (Entity ) |
フィールド |
entities[] |
object (Entity )
必須。このエンティティ セットがサポートするエンティティのリスト。
|
エンティティ
組み込みインテント パラメータ値の取得元となるエンティティ。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[null,null,["最終更新日 2024-08-22 UTC。"],[[["Entity sets define pre-determined groups of entities that built-in intent parameters can draw values from."],["Built-in intent parameters can utilize entity sets through the `entitySet` property."],["Entities represent the individual values a built-in intent parameter can accept."],["Each entity is uniquely identified by an `id` and is linked to specific built-in intent parameters."],["You can find a detailed list of built-in intent parameters and their associated entities in the provided documentation link."]]],["Entity sets define the source for built-in intent parameter values. They are referenced via `entitySet` in built-in intent parameters. Entity sets contain a list of `entities`. Each entity has a required `id`, a string that identifies it. The `entities` field is a required object within the entity set. A resource is available to see a list of built-in intent parameters and supported entities.\n"]]