EntitySet
Оптимизируйте свои подборки
Сохраняйте и классифицируйте контент в соответствии со своими настройками.
Наборы сущностей описывают заранее определенный набор сущностей, из которых могут быть получены значения встроенных параметров намерений. На наборы сущностей можно ссылаться из набора сущностей во встроенных параметрах намерений.
YAML-представление |
---|
entities:
- object (Entity ) |
Поля |
---|
entities[] | object ( Entity ) Необходимый. Список сущностей, которые поддерживает этот набор сущностей. |
Сущность
Сущность, из которой может быть получено значение встроенного параметра намерения.
YAML-представление |
---|
id: string |
Если не указано иное, контент на этой странице предоставляется по лицензии Creative Commons "С указанием авторства 4.0", а примеры кода – по лицензии Apache 2.0. Подробнее об этом написано в правилах сайта. Java – это зарегистрированный товарный знак корпорации Oracle и ее аффилированных лиц.
Последнее обновление: 2025-07-24 UTC.
[null,null,["Последнее обновление: 2025-07-24 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 |"]]