Class: Aws::Types::QueryRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_filterTypes::AttributeFilter

Returns the value of attribute attribute_filter.



1566
1567
1568
# File 'sig/types.rbs', line 1566

def attribute_filter
  @attribute_filter
end

#collapse_configurationTypes::CollapseConfiguration

Returns the value of attribute collapse_configuration.



1578
1579
1580
# File 'sig/types.rbs', line 1578

def collapse_configuration
  @collapse_configuration
end

#document_relevance_override_configurations::Array[Types::DocumentRelevanceConfiguration]

Returns the value of attribute document_relevance_override_configurations.



1570
1571
1572
# File 'sig/types.rbs', line 1570

def document_relevance_override_configurations
  @document_relevance_override_configurations
end

#facets::Array[Types::Facet]

Returns the value of attribute facets.

Returns:



1567
1568
1569
# File 'sig/types.rbs', line 1567

def facets
  @facets
end

#index_id::String

Returns the value of attribute index_id.

Returns:

  • (::String)


1564
1565
1566
# File 'sig/types.rbs', line 1564

def index_id
  @index_id
end

#page_number::Integer

Returns the value of attribute page_number.

Returns:

  • (::Integer)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def page_number
  @page_number
end

#page_size::Integer

Returns the value of attribute page_size.

Returns:

  • (::Integer)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def page_size
  @page_size
end

#query_result_type_filter"DOCUMENT", ...

Returns the value of attribute query_result_type_filter.

Returns:

  • ("DOCUMENT", "QUESTION_ANSWER", "ANSWER")


1569
1570
1571
# File 'sig/types.rbs', line 1569

def query_result_type_filter
  @query_result_type_filter
end

#query_text::String

Returns the value of attribute query_text.

Returns:

  • (::String)


1565
1566
1567
# File 'sig/types.rbs', line 1565

def query_text
  @query_text
end

#requested_document_attributes::Array[::String]

Returns the value of attribute requested_document_attributes.

Returns:

  • (::Array[::String])


1568
1569
1570
# File 'sig/types.rbs', line 1568

def requested_document_attributes
  @requested_document_attributes
end

#sorting_configurationTypes::SortingConfiguration

Returns the value of attribute sorting_configuration.



1573
1574
1575
# File 'sig/types.rbs', line 1573

def sorting_configuration
  @sorting_configuration
end

#sorting_configurations::Array[Types::SortingConfiguration]

Returns the value of attribute sorting_configurations.

Returns:



1574
1575
1576
# File 'sig/types.rbs', line 1574

def sorting_configurations
  @sorting_configurations
end

#spell_correction_configurationTypes::SpellCorrectionConfiguration

Returns the value of attribute spell_correction_configuration.



1577
1578
1579
# File 'sig/types.rbs', line 1577

def spell_correction_configuration
  @spell_correction_configuration
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



1575
1576
1577
# File 'sig/types.rbs', line 1575

def user_context
  @user_context
end

#visitor_id::String

Returns the value of attribute visitor_id.

Returns:

  • (::String)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def visitor_id
  @visitor_id
end