Class: Aws::Types::InvokeAgentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:input_text])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_alias_id::String

Returns the value of attribute agent_alias_id.

Returns:

  • (::String)


1489
1490
1491
# File 'sig/types.rbs', line 1489

def agent_alias_id
  @agent_alias_id
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


1490
1491
1492
# File 'sig/types.rbs', line 1490

def agent_id
  @agent_id
end

#bedrock_model_configurationsTypes::BedrockModelConfigurations

Returns the value of attribute bedrock_model_configurations.



1491
1492
1493
# File 'sig/types.rbs', line 1491

def bedrock_model_configurations
  @bedrock_model_configurations
end

#enable_traceBoolean

Returns the value of attribute enable_trace.

Returns:

  • (Boolean)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def enable_trace
  @enable_trace
end

#end_sessionBoolean

Returns the value of attribute end_session.

Returns:

  • (Boolean)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def end_session
  @end_session
end

#input_text::String

Returns the value of attribute input_text.

Returns:

  • (::String)


1494
1495
1496
# File 'sig/types.rbs', line 1494

def input_text
  @input_text
end

#memory_id::String

Returns the value of attribute memory_id.

Returns:

  • (::String)


1495
1496
1497
# File 'sig/types.rbs', line 1495

def memory_id
  @memory_id
end

#prompt_creation_configurationsTypes::PromptCreationConfigurations

Returns the value of attribute prompt_creation_configurations.



1496
1497
1498
# File 'sig/types.rbs', line 1496

def prompt_creation_configurations
  @prompt_creation_configurations
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1497
1498
1499
# File 'sig/types.rbs', line 1497

def session_id
  @session_id
end

#session_stateTypes::SessionState

Returns the value of attribute session_state.

Returns:



1498
1499
1500
# File 'sig/types.rbs', line 1498

def session_state
  @session_state
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1499
1500
1501
# File 'sig/types.rbs', line 1499

def source_arn
  @source_arn
end

#streaming_configurationsTypes::StreamingConfigurations

Returns the value of attribute streaming_configurations.



1500
1501
1502
# File 'sig/types.rbs', line 1500

def streaming_configurations
  @streaming_configurations
end