SlotMode
Stellt den Modus einer Anzeigenfläche dar, d. h., wenn es erforderlich ist oder nicht.
Enums |
MODE_UNSPECIFIED |
Der Fallback-Wert, wenn das Nutzungsfeld nicht ausgefüllt ist. |
OPTIONAL |
Gibt an, dass die Anzeigenfläche nicht erforderlich ist, um die Slot-Füllung abzuschließen. |
REQUIRED |
Gibt an, dass das Slot erforderlich ist, um die Slot-Füllung abzuschließen. |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2023-05-16 (UTC).
[null,null,["Zuletzt aktualisiert: 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"]]