会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
EntitySet
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
エンティティ セットは、組み込みインテント パラメータの値源となる、事前定義されたエンティティのセットを表します。エンティティ セットは、組み込みインテントのパラメータの entitySet から参照できます。
YAML 表現 |
entities:
- object (Entity ) |
フィールド |
entities[] |
object (Entity )
必須。このエンティティ セットがサポートするエンティティのリスト。
|
エンティティ
組み込みインテント パラメータ値の取得元となるエンティティ。
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eEntity sets define pre-determined groups of entities that built-in intent parameters can draw values from.\u003c/p\u003e\n"],["\u003cp\u003eBuilt-in intent parameters can utilize entity sets through the \u003ccode\u003eentitySet\u003c/code\u003e property.\u003c/p\u003e\n"],["\u003cp\u003eEntities represent the individual values a built-in intent parameter can accept.\u003c/p\u003e\n"],["\u003cp\u003eEach entity is uniquely identified by an \u003ccode\u003eid\u003c/code\u003e and is linked to specific built-in intent parameters.\u003c/p\u003e\n"],["\u003cp\u003eYou can find a detailed list of built-in intent parameters and their associated entities in the provided documentation link.\u003c/p\u003e\n"]]],["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"],null,["# EntitySet\n\n- [YAML representation](#SCHEMA_REPRESENTATION)\n- [Entity](#Entity)\n - [YAML representation](#Entity.SCHEMA_REPRESENTATION)\n\nEntity sets describe the pre-defined set of entities that the values of built-in intent parameters can come from. Entity sets can be referenced from entitySet in built-in intent parameters.\n\n| YAML representation ||\n|-------------------------------------------------------------------------------------------------|---|\n| ``` entities: - object (/assistant/actionssdk/reference/rest/Shared.Types/EntitySet#Entity) ``` |\n\n| Fields ||\n|--------------|----------------------------------------------------------------------------------------------------------------------------------------------------|\n| `entities[]` | `object (`[Entity](/assistant/actionssdk/reference/rest/Shared.Types/EntitySet#Entity)`)` Required. The list of entities this entity set supports. |\n\nEntity\n------\n\nAn entity a built-in intent parameter value can come from.\n\n| YAML representation ||\n|--------------------|---|\n| ``` id: string ``` |\n\n| Fields ||\n|------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `id` | `string` Required. The ID of the entity. For a list of built-in-intent parameters and their supported entities, see \u003chttps://developers.google.com/assistant/conversational/build/built-in-intents\u003e |"]]