SynonymType
Stay organized with collections
Save and categorize content based on your preferences.
Type that matches text by set of synonyms.
YAML representation |
matchType: enum (MatchType )
acceptUnknownValues: boolean
entities:
string: object (Entity ) |
Fields |
matchType |
enum (MatchType )
Optional. The match type for the synonym.
|
acceptUnknownValues |
boolean
Optional. When set to true this will match unknown words or phrases based on surrounding input and intent training data, such as items that might be added to a grocery list.
|
entities |
map (key: string, value: object (Entity ))
Required. Named map of synonym entities. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" } .
|
Entity
Represents a synonym entity field that contains the details of a single entry inside the type.
YAML representation |
display:
object (EntityDisplay )
synonyms:
- string |
Fields |
display |
object (EntityDisplay )
Optional. The entity display details.
|
synonyms[] |
string
Optional. The list of synonyms for the entity. This field is localizable.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 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."]]],[]]