EntitySet
Zbiory encji opisują wstępnie zdefiniowany zbiór encji, z których mogą pochodzić wartości parametrów wbudowanych intencji. Do zbiorów encji można się odwoływać z interfejsu entitySet we wbudowanych parametrach intencji.
Reprezentacja YAML |
entities:
- object (Entity ) |
Pola |
entities[] |
object (Entity )
Wymagane. Lista jednostek obsługiwanych przez ten zestaw encji.
|
Jednostka
Encja, z której może pochodzić wartość wbudowanego parametru intencji.
Reprezentacja YAML |
id: string |
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-08-22 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]