SlotMode
Rappresenta la modalità di uno slot, ossia se è obbligatoria o meno.
Enum |
MODE_UNSPECIFIED |
Valore di riserva quando il campo di utilizzo non è compilato. |
OPTIONAL |
Indica che lo slot non è necessario per completare il riempimento dello slot. |
REQUIRED |
Indica che lo slot è necessario per completare il riempimento dello slot. |
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 2023-05-16 UTC.
[null,null,["Ultimo aggiornamento 2023-05-16 UTC."],[[["`MODE_UNSPECIFIED` acts as a default when the usage field is not defined."],["`OPTIONAL` signifies that the slot is not mandatory for completing slot filling."],["`REQUIRED` indicates that the slot is necessary for completing slot filling."]]],["The content defines the operational modes of a slot, specifically regarding whether it's required for slot filling. `MODE_UNSPECIFIED` serves as a default. `OPTIONAL` signifies a slot is not mandatory. Conversely, `REQUIRED` means the slot must be filled for completion. These modes control the necessity of a slot within a process. The information is presented in an enum structure with descriptions of the three potential states.\n"]]