대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
Type
기본 제공 유형이 아닌 맞춤 유형 선언 유형은 장면의 슬롯이나 인텐트의 학습 문구 매개변수에 할당할 수 있습니다. 실제로 유형은 enum으로 생각할 수 있습니다. 유형 이름은 파일 이름에 지정됩니다.
YAML 표현 |
exclusions:
- string
# Union field sub_type can be only one of the following:
synonym:
object (SynonymType )
regularExpression:
object (RegularExpressionType )
freeText:
object (FreeTextType )
# End of list of possible types for union field sub_type . |
필드 |
exclusions[] |
string
유형별로 일치해서는 안 되는 예외적인 단어/구문 모음입니다. 참고: 단어/구문이 유형에 의해 일치하지만 제외로 나열된 경우에는 매개변수 추출 결과에 반환되지 않습니다. 이 필드는 현지화할 수 있습니다.
|
통합 필드 sub_type . 수행할 일치 유형에 따른 하위 유형 선택 sub_type 은 다음 중 하나여야 합니다. |
synonym |
object (SynonymType )
동의어 유형이며 기본적으로 enum입니다.
|
regularExpression |
object (RegularExpressionType )
정규식 유형으로, 정규 표현식 일치가 허용됩니다.
|
freeText |
object (FreeTextType )
FreeText 유형입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-08-22(UTC)
[null,null,["최종 업데이트: 2024-08-22(UTC)"],[[["Custom types, similar to enums, are declared in YAML and used for slots and intent parameters."],["Types can utilize synonyms, regular expressions, or free text for matching, with exclusions for specific words or phrases."],["The `exclusions` field is localizable, allowing for language-specific variations in excluded terms."],["Each custom type definition is stored in a separate file where the file name defines the type name."]]],[]]