대화형 작업이 2023년 6월 13일에 지원 중단되었습니다. 자세한 내용은
대화 작업 지원 중단을 참고하세요.
SynonymType
동의어 집합으로 텍스트와 일치하는 유형입니다.
YAML 표현 |
matchType: enum (MatchType )
acceptUnknownValues: boolean
entities:
string: object (Entity ) |
필드 |
matchType |
enum (MatchType )
선택사항입니다. 동의어의 일치 유형입니다.
|
acceptUnknownValues |
boolean
선택사항입니다. true로 설정하면 주변 입력 및 인텐트 학습 데이터(예: 식료품 목록에 추가될 수 있는 상품)를 기반으로 알 수 없는 단어나 구문과 일치합니다.
|
entities |
map (key: string, value: object (Entity ))
필수 항목입니다. 동의어 항목의 이름이 지정된 맵입니다. "key": value 쌍 목록을 포함하는 객체입니다. 예: { "name": "wrench", "mass": "1.3kg", "count": "3" }
|
항목
유형 내부의 단일 항목의 세부정보를 포함하는 동의어 엔티티 필드를 나타냅니다.
필드 |
display |
object (EntityDisplay )
선택사항입니다. 항목 표시 세부정보입니다.
|
synonyms[] |
string
선택사항입니다. 항목의 동의어 목록입니다. 이 필드는 현지화할 수 있습니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-09-10(UTC)
[null,null,["최종 업데이트: 2024-09-10(UTC)"],[[["This content describes a type that matches text using synonyms, with options for match type and unknown value handling."],["It includes entities, which are named maps of synonym entities with details like display and synonyms list."],["The synonym type uses a YAML representation for defining its structure and properties."],["Entities within the synonym type can also have their own YAML representation and properties, including display and synonyms."]]],[]]