SlotMode
Stay organized with collections
Save and categorize content based on your preferences.
Represents the mode of a slot, that is, if it is required or not.
Enums |
MODE_UNSPECIFIED |
Fallback value when the usage field is not populated. |
OPTIONAL |
Indicates that the slot is not required to complete slot filling. |
REQUIRED |
Indicates that the slot is required to complete slot filling. |
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."],[[["`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"]]