Class: Aws::Types::RetrieveRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:retrieval_query, :user_context])

Instance Attribute Summary collapse

Instance Attribute Details

#guardrail_configurationTypes::GuardrailConfiguration

Returns the value of attribute guardrail_configuration.



2466
2467
2468
# File 'sig/types.rbs', line 2466

def guardrail_configuration
  @guardrail_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2467
2468
2469
# File 'sig/types.rbs', line 2467

def knowledge_base_id
  @knowledge_base_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2468
2469
2470
# File 'sig/types.rbs', line 2468

def next_token
  @next_token
end

#retrieval_configurationTypes::KnowledgeBaseRetrievalConfiguration

Returns the value of attribute retrieval_configuration.



2469
2470
2471
# File 'sig/types.rbs', line 2469

def retrieval_configuration
  @retrieval_configuration
end

#retrieval_queryTypes::KnowledgeBaseQuery

Returns the value of attribute retrieval_query.



2470
2471
2472
# File 'sig/types.rbs', line 2470

def retrieval_query
  @retrieval_query
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



2471
2472
2473
# File 'sig/types.rbs', line 2471

def user_context
  @user_context
end