EntitySet
Gli insiemi di entità descrivono l'insieme predefinito di entità da cui possono provenire i valori dei parametri di intent integrati. È possibile fare riferimento ai set di entità da entitySet nei parametri integrati di intent.
Rappresentazione YAML |
entities:
- object (Entity ) |
Campi |
entities[] |
object (Entity )
Obbligatorio. L'elenco di entità supportate da questo set di entità.
|
Entità
Un'entità da cui può provenire il valore integrato di un parametro di intent.
Rappresentazione YAML |
id: string |
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-22 UTC.
[null,null,["Ultimo aggiornamento 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"]]