Class: Aws::GeoPlaces::Types::SuggestResultItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-geoplaces/types.rb

Overview

The resulting item from the suggested query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#highlightsTypes::SuggestHighlights

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.



2752
2753
2754
2755
2756
2757
2758
2759
2760
# File 'lib/aws-sdk-geoplaces/types.rb', line 2752

class SuggestResultItem < Struct.new(
  :title,
  :suggest_result_item_type,
  :place,
  :query,
  :highlights)
  SENSITIVE = []
  include Aws::Structure
end

#placeTypes::SuggestPlaceResult

The suggested place by its unique ID.



2752
2753
2754
2755
2756
2757
2758
2759
2760
# File 'lib/aws-sdk-geoplaces/types.rb', line 2752

class SuggestResultItem < Struct.new(
  :title,
  :suggest_result_item_type,
  :place,
  :query,
  :highlights)
  SENSITIVE = []
  include Aws::Structure
end

#queryTypes::SuggestQueryResult

The suggested query results.



2752
2753
2754
2755
2756
2757
2758
2759
2760
# File 'lib/aws-sdk-geoplaces/types.rb', line 2752

class SuggestResultItem < Struct.new(
  :title,
  :suggest_result_item_type,
  :place,
  :query,
  :highlights)
  SENSITIVE = []
  include Aws::Structure
end

#suggest_result_item_typeString

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.

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
2758
2759
2760
# File 'lib/aws-sdk-geoplaces/types.rb', line 2752

class SuggestResultItem < Struct.new(
  :title,
  :suggest_result_item_type,
  :place,
  :query,
  :highlights)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The display title that should be used when presenting this option to the end user.

Returns:

  • (String)


2752
2753
2754
2755
2756
2757
2758
2759
2760
# File 'lib/aws-sdk-geoplaces/types.rb', line 2752

class SuggestResultItem < Struct.new(
  :title,
  :suggest_result_item_type,
  :place,
  :query,
  :highlights)
  SENSITIVE = []
  include Aws::Structure
end