SuggestResultItem
The resulting item from the suggested query.
Contents
- SuggestResultItemType
-
The result type. Place results represent the final result for a point of interest, Query results represent a follow up query which can be completed through the SearchText operation.
Type: String
Valid Values:
Place | Query
Required: Yes
- Title
-
The display title that should be used when presenting this option to the end user.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 200.
Required: Yes
- Highlights
-
Describes how the parts of the response element matched the input query by returning the sections of the response which matched to input query terms.
Type: SuggestHighlights object
Required: No
- Place
-
The suggested place by its unique ID.
Type: SuggestPlaceResult object
Required: No
- Query
-
The suggested query results.
Type: SuggestQueryResult object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: