SlotMode
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
स्लॉट के मोड को दिखाता है, जो ज़रूरी है या नहीं.
Enums |
MODE_UNSPECIFIED |
इस्तेमाल की जानकारी अपने-आप न भरने पर, फ़ॉलबैक वैल्यू. |
OPTIONAL |
इससे पता चलता है कि स्लॉट भरने के लिए, स्लॉट की ज़रूरत नहीं है. |
REQUIRED |
इससे पता चलता है कि स्लॉट भरने के लिए स्लॉट को भरना ज़रूरी है. |
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-07-26 (UTC) को अपडेट किया गया."],[[["\u003cp\u003e\u003ccode\u003eMODE_UNSPECIFIED\u003c/code\u003e acts as a default when the usage field is not defined.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eOPTIONAL\u003c/code\u003e signifies that the slot is not mandatory for completing slot filling.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eREQUIRED\u003c/code\u003e indicates that the slot is necessary for completing slot filling.\u003c/p\u003e\n"]]],["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"],null,["# SlotMode\n\nRepresents the mode of a slot, that is, if it is required or not.\n\n| Enums ||\n|--------------------|-------------------------------------------------------------------|\n| `MODE_UNSPECIFIED` | Fallback value when the usage field is not populated. |\n| `OPTIONAL` | Indicates that the slot is not required to complete slot filling. |\n| `REQUIRED` | Indicates that the slot is required to complete slot filling. |"]]