Class: Aws::Types::SendMessageRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ai_agent_id::String

Returns the value of attribute ai_agent_id.

Returns:

  • (::String)


2761
2762
2763
# File 'sig/types.rbs', line 2761

def ai_agent_id
  @ai_agent_id
end

#assistant_id::String

Returns the value of attribute assistant_id.

Returns:

  • (::String)


2757
2758
2759
# File 'sig/types.rbs', line 2757

def assistant_id
  @assistant_id
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


2764
2765
2766
# File 'sig/types.rbs', line 2764

def client_token
  @client_token
end

#configurationTypes::MessageConfiguration

Returns the value of attribute configuration.



2763
2764
2765
# File 'sig/types.rbs', line 2763

def configuration
  @configuration
end

#conversation_contextTypes::ConversationContext

Returns the value of attribute conversation_context.



2762
2763
2764
# File 'sig/types.rbs', line 2762

def conversation_context
  @conversation_context
end

#messageTypes::MessageInput

Returns the value of attribute message.

Returns:



2760
2761
2762
# File 'sig/types.rbs', line 2760

def message
  @message
end

#metadata::Hash[::String, ::String]

Returns the value of attribute metadata.

Returns:

  • (::Hash[::String, ::String])


2766
2767
2768
# File 'sig/types.rbs', line 2766

def 
  @metadata
end

#orchestrator_use_case::String

Returns the value of attribute orchestrator_use_case.

Returns:

  • (::String)


2765
2766
2767
# File 'sig/types.rbs', line 2765

def orchestrator_use_case
  @orchestrator_use_case
end

#origin_request_id::String

Returns the value of attribute origin_request_id.

Returns:

  • (::String)


2767
2768
2769
# File 'sig/types.rbs', line 2767

def origin_request_id
  @origin_request_id
end

#session_id::String

Returns the value of attribute session_id.

Returns:

  • (::String)


2758
2759
2760
# File 'sig/types.rbs', line 2758

def session_id
  @session_id
end

#type"TEXT", "TOOL_USE_RESULT"

Returns the value of attribute type.

Returns:

  • ("TEXT", "TOOL_USE_RESULT")


2759
2760
2761
# File 'sig/types.rbs', line 2759

def type
  @type
end