대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
SlotStatus
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
열거형 |
SLOT_UNSPECIFIED |
사용량 필드가 채워지지 않은 경우 대체 값입니다. |
EMPTY |
슬롯에 값이 없음을 나타냅니다. 이 상태는 응답을 통해 수정할 수 없습니다. |
INVALID |
슬롯 값이 유효하지 않음을 나타냅니다. 이 상태는 응답을 통해 설정할 수 있습니다. |
FILLED |
슬롯에 값이 있음을 나타냅니다. 이 상태는 응답을 통해 수정할 수 없습니다. |
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-28(UTC)
[null,null,["최종 업데이트: 2025-07-28(UTC)"],[[["\u003cp\u003eRepresents the current status of a slot, such as whether it's empty, filled with a valid value, or contains an invalid value.\u003c/p\u003e\n"],["\u003cp\u003eIncludes statuses like \u003ccode\u003eEMPTY\u003c/code\u003e, \u003ccode\u003eINVALID\u003c/code\u003e, and \u003ccode\u003eFILLED\u003c/code\u003e alongside a fallback value \u003ccode\u003eSLOT_UNSPECIFIED\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eWhile \u003ccode\u003eEMPTY\u003c/code\u003e and \u003ccode\u003eFILLED\u003c/code\u003e statuses reflect the actual slot content and cannot be changed directly through responses, the \u003ccode\u003eINVALID\u003c/code\u003e status can be set to indicate an issue with the provided value.\u003c/p\u003e\n"]]],["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"],null,["# SlotStatus\n\nRepresents the status of a slot.\n\n| Enums ||\n|--------------------|--------------------------------------------------------------------------------------------------------|\n| `SLOT_UNSPECIFIED` | Fallback value when the usage field is not populated. |\n| `EMPTY` | Indicates that the slot does not have any values. This status cannot be modified through the response. |\n| `INVALID` | Indicates that the slot value is invalid. This status can be set through the response. |\n| `FILLED` | Indicates that the slot has a value. This status cannot be modified through the response. |"]]