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)


1571
1572
1573
# File 'sig/types.rbs', line 1571

def agent_alias_id
  @agent_alias_id
end

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


1572
1573
1574
# File 'sig/types.rbs', line 1572

def agent_id
  @agent_id
end

#bedrock_model_configurationsTypes::BedrockModelConfigurations

Returns the value of attribute bedrock_model_configurations.



1573
1574
1575
# File 'sig/types.rbs', line 1573

def bedrock_model_configurations
  @bedrock_model_configurations
end

#enable_traceBoolean

Returns the value of attribute enable_trace.

Returns:

  • (Boolean)


1574
1575
1576
# File 'sig/types.rbs', line 1574

def enable_trace
  @enable_trace
end

#end_sessionBoolean

Returns the value of attribute end_session.

Returns:

  • (Boolean)


1575
1576
1577
# File 'sig/types.rbs', line 1575

def end_session
  @end_session
end

#input_text::String

Returns the value of attribute input_text.

Returns:

  • (::String)


1576
1577
1578
# File 'sig/types.rbs', line 1576

def input_text
  @input_text
end

#memory_id::String

Returns the value of attribute memory_id.

Returns:

  • (::String)


1577
1578
1579
# File 'sig/types.rbs', line 1577

def memory_id
  @memory_id
end

#prompt_creation_configurationsTypes::PromptCreationConfigurations

Returns the value of attribute prompt_creation_configurations.



1578
1579
1580
# File 'sig/types.rbs', line 1578

def prompt_creation_configurations
  @prompt_creation_configurations
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


1579
1580
1581
# File 'sig/types.rbs', line 1579

def session_id
  @session_id
end

#session_stateTypes::SessionState

Returns the value of attribute session_state.

Returns:



1580
1581
1582
# File 'sig/types.rbs', line 1580

def session_state
  @session_state
end

#source_arn::String

Returns the value of attribute source_arn.

Returns:

  • (::String)


1581
1582
1583
# File 'sig/types.rbs', line 1581

def source_arn
  @source_arn
end

#streaming_configurationsTypes::StreamingConfigurations

Returns the value of attribute streaming_configurations.



1582
1583
1584
# File 'sig/types.rbs', line 1582

def streaming_configurations
  @streaming_configurations
end