Class: Aws::Types::SearchRecommendationsRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:key_values, :context])

Instance Attribute Summary collapse

Instance Attribute Details

#candidate_ids ⇒ ::Array[::String]

Returns the value of attribute candidate_ids.

Returns:

  • (::Array[::String])


2629
2630
2631
# File 'sig/types.rbs', line 2629

def candidate_ids
  @candidate_ids
end

#context ⇒ ::Hash[::String, ::String]

Returns the value of attribute context.

Returns:

  • (::Hash[::String, ::String])


2630
2631
2632
# File 'sig/types.rbs', line 2630

def context
  @context
end

#diversity ⇒ Types::RecommendationDiversityConfig

Returns the value of attribute diversity.



2631
2632
2633
# File 'sig/types.rbs', line 2631

def diversity
  @diversity
end

#domain_name ⇒ ::String

Returns the value of attribute domain_name.

Returns:

  • (::String)


2625
2626
2627
# File 'sig/types.rbs', line 2625

def domain_name
  @domain_name
end

#key_name ⇒ ::String

Returns the value of attribute key_name.

Returns:

  • (::String)


2626
2627
2628
# File 'sig/types.rbs', line 2626

def key_name
  @key_name
end

#key_values ⇒ ::Array[::String]

Returns the value of attribute key_values.

Returns:

  • (::Array[::String])


2627
2628
2629
# File 'sig/types.rbs', line 2627

def key_values
  @key_values
end

#max_recommendations ⇒ ::Integer

Returns the value of attribute max_recommendations.

Returns:

  • (::Integer)


2633
2634
2635
# File 'sig/types.rbs', line 2633

def max_recommendations
  @max_recommendations
end

#metadata ⇒ Types::RecommendationMetadata

Returns the value of attribute metadata.



2632
2633
2634
# File 'sig/types.rbs', line 2632

def 
  @metadata
end

#recommender ⇒ Types::Recommender

Returns the value of attribute recommender.

Returns:



2628
2629
2630
# File 'sig/types.rbs', line 2628

def recommender
  @recommender
end