대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
IntentParameterValue
JSON 표현 |
{
"original": string,
"resolved": value
} |
필드 |
original |
string
필수 항목입니다. 사용자 발화에서 추출한 원본 텍스트 값입니다.
|
resolved |
value (Value format)
필수 항목입니다. 사용자 입력에서 추출한 매개변수의 구조화된 값입니다. 이는 매개변수가 일치된 인텐트에 정의되어 있고 인텐트 일치 중에 매개변수 값을 식별할 수 있는 경우에만 채워집니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)
[null,null,["최종 업데이트: 2024-08-22(UTC)"],[[["JSON representation showcases the intent parameter's value with `original` indicating the user's input and `resolved` displaying the structured, extracted value."],["`original` is a required string field containing the raw user utterance, while `resolved` is a required field providing the structured data in [Value](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.Value) format, but only if the parameter is defined within the intent and a value is identified during matching."]]],[]]