Class: Aws::Types::QueryAssistantRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:query_text])

Instance Attribute Summary collapse

Instance Attribute Details

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


2286
2287
2288
# File 'sig/types.rbs', line 2286

def assistant_id
  @assistant_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2289
2290
2291
# File 'sig/types.rbs', line 2289

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2288
2289
2290
# File 'sig/types.rbs', line 2288

def next_token
  @next_token
end

#override_knowledge_base_search_type"HYBRID", "SEMANTIC"

Returns the value of attribute override_knowledge_base_search_type.

Returns:

  • ("HYBRID", "SEMANTIC")


2293
2294
2295
# File 'sig/types.rbs', line 2293

def override_knowledge_base_search_type
  @override_knowledge_base_search_type
end

#query_condition::Array[Types::QueryCondition]

Returns the value of attribute query_condition.

Returns:



2291
2292
2293
# File 'sig/types.rbs', line 2291

def query_condition
  @query_condition
end

#query_input_dataTypes::QueryInputData

Returns the value of attribute query_input_data.



2292
2293
2294
# File 'sig/types.rbs', line 2292

def query_input_data
  @query_input_data
end

#query_text::String

Returns the value of attribute query_text.

Returns:

  • (::String)


2287
2288
2289
# File 'sig/types.rbs', line 2287

def query_text
  @query_text
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2290
2291
2292
# File 'sig/types.rbs', line 2290

def session_id
  @session_id
end