تم إيقاف إجراءات المحادثات نهائيًا في 13 حزيران (يونيو) 2023. لمزيد من المعلومات، يُرجى الاطّلاع على
إنهاء إجراءات المحادثة.
SlotMode
تمثل وضع الفتحة، أي إذا كان مطلوبًا أم لا.
عمليات التعداد |
MODE_UNSPECIFIED |
القيمة الاحتياطية عند عدم تعبئة حقل الاستخدام. |
OPTIONAL |
يشير ذلك إلى أنّ الخانة ليست مطلوبة لإكمال ملء الخانة. |
REQUIRED |
تشير إلى أنّ الفتحة مطلوبة لإكمال ملء الخانة. |
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2023-05-16 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2023-05-16 (حسب التوقيت العالمي المتفَّق عليه)"],[[["`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"]]