SlotStatus
Der Status einer Anzeigenfläche.
Enums |
SLOT_UNSPECIFIED |
Der Fallback-Wert, wenn das Nutzungsfeld nicht ausgefüllt ist. |
EMPTY |
Gibt an, dass für die Anzeigenfläche keine Werte vorhanden sind. Dieser Status kann nicht über die Antwort geändert werden. |
INVALID |
Gibt an, dass der Slotwert ungültig ist. Dieser Status kann über die Antwort festgelegt werden. |
FILLED |
Gibt an, dass der Slot einen Wert hat. Dieser Status kann nicht über die Antwort geändert werden. |
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)."],[[["Represents the current status of a slot, such as whether it's empty, filled with a valid value, or contains an invalid value."],["Includes statuses like `EMPTY`, `INVALID`, and `FILLED` alongside a fallback value `SLOT_UNSPECIFIED`."],["While `EMPTY` and `FILLED` statuses reflect the actual slot content and cannot be changed directly through responses, the `INVALID` status can be set to indicate an issue with the provided value."]]],["The provided content defines the possible statuses of a \"slot.\" `SLOT_UNSPECIFIED` is the default when status is unknown. `EMPTY` signifies no value, unchangeable via response. `INVALID` denotes an erroneous value, and can be set through a response. `FILLED` means a slot has a valid value and cannot be changed by a response. These four enums define a slot's state and whether it can be updated remotely.\n"]]