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

#agent_space_id::String

Returns the value of attribute agent_space_id.

Returns:

  • (::String)


1646
1647
1648
# File 'sig/types.rbs', line 1646

def agent_space_id
  @agent_space_id
end

#asset_ids::Array[::String]

Returns the value of attribute asset_ids.

Returns:

  • (::Array[::String])


1651
1652
1653
# File 'sig/types.rbs', line 1651

def asset_ids
  @asset_ids
end

#content::String

Returns the value of attribute content.

Returns:

  • (::String)


1648
1649
1650
# File 'sig/types.rbs', line 1648

def content
  @content
end

#contextTypes::SendMessageContext

Returns the value of attribute context.



1649
1650
1651
# File 'sig/types.rbs', line 1649

def context
  @context
end

#execution_id::String

Returns the value of attribute execution_id.

Returns:

  • (::String)


1647
1648
1649
# File 'sig/types.rbs', line 1647

def execution_id
  @execution_id
end

#model_tier::String

Returns the value of attribute model_tier.

Returns:

  • (::String)


1652
1653
1654
# File 'sig/types.rbs', line 1652

def model_tier
  @model_tier
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


1650
1651
1652
# File 'sig/types.rbs', line 1650

def user_id
  @user_id
end