SlotStatus
Stay organized with collections
Save and categorize content based on your preferences.
Represents the status of a slot.
Enums |
SLOT_UNSPECIFIED |
Fallback value when the usage field is not populated. |
EMPTY |
Indicates that the slot does not have any values. This status cannot be modified through the response. |
INVALID |
Indicates that the slot value is invalid. This status can be set through the response. |
FILLED |
Indicates that the slot has a value. This status cannot be modified through the response. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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"]]