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.



2548
2549
2550
# File 'sig/types.rbs', line 2548

def guardrail_configuration
  @guardrail_configuration
end

#knowledge_base_id::String

Returns the value of attribute knowledge_base_id.

Returns:

  • (::String)


2549
2550
2551
# File 'sig/types.rbs', line 2549

def knowledge_base_id
  @knowledge_base_id
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2550
2551
2552
# File 'sig/types.rbs', line 2550

def next_token
  @next_token
end

#retrieval_configurationTypes::KnowledgeBaseRetrievalConfiguration

Returns the value of attribute retrieval_configuration.



2551
2552
2553
# File 'sig/types.rbs', line 2551

def retrieval_configuration
  @retrieval_configuration
end

#retrieval_queryTypes::KnowledgeBaseQuery

Returns the value of attribute retrieval_query.



2552
2553
2554
# File 'sig/types.rbs', line 2552

def retrieval_query
  @retrieval_query
end

#user_contextTypes::UserContext

Returns the value of attribute user_context.

Returns:



2553
2554
2555
# File 'sig/types.rbs', line 2553

def user_context
  @user_context
end