SlotMode
Biểu thị chế độ của một khe, tức là có bắt buộc hay không.
Enum |
MODE_UNSPECIFIED |
Giá trị dự phòng khi trường sử dụng không được điền. |
OPTIONAL |
Chỉ ra rằng vùng đó không bắt buộc để lấp đầy vùng. |
REQUIRED |
Cho biết rằng vùng là bắt buộc để hoàn thành lấp đầy vị trí. |
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2023-05-16 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2023-05-16 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"]]