SlotMode
Reprezentuje tryb boksu, co oznacza, że jest wymagany.
Wartości w polu enum |
MODE_UNSPECIFIED |
Wartość zastępcza, gdy pole wykorzystania nie jest wypełnione. |
OPTIONAL |
Wskazuje, że do wypełnienia boksu nie trzeba dodawać boksu. |
REQUIRED |
Wskazuje, że przedział jest wymagany do wypełnienia wypełnienia. |
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: 2023-05-16 UTC.
[null,null,["Ostatnia aktualizacja: 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"]]