SynonymType
Stay organized with collections
Save and categorize content based on your preferences.
outlined_flag
SynonymType matches text based on a set of synonyms.
It includes fields for match type, accepting unknown values, and a map of synonym entities.
An Entity represents a single entry within the SynonymType, with optional display details and a list of synonyms.
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.
[null,null,["Last updated 2024-09-18 UTC."],[],[]]