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)


624
625
626
# File 'sig/types.rbs', line 624

def assistant_id
  @assistant_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


625
626
627
# File 'sig/types.rbs', line 625

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


626
627
628
# File 'sig/types.rbs', line 626

def next_token
  @next_token
end

#query_text ⇒ ::String

Returns the value of attribute query_text.

Returns:

  • (::String)


627
628
629
# File 'sig/types.rbs', line 627

def query_text
  @query_text
end