Class: Aws::Types::SendMessageRequest
- Inherits:
-
Object
- Object
- Aws::Types::SendMessageRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
-
#asset_ids ⇒ ::Array[::String]
Returns the value of attribute asset_ids.
-
#content ⇒ ::String
Returns the value of attribute content.
-
#context ⇒ Types::SendMessageContext
Returns the value of attribute context.
-
#execution_id ⇒ ::String
Returns the value of attribute execution_id.
-
#model_tier ⇒ ::String
Returns the value of attribute model_tier.
-
#user_id ⇒ ::String
Returns the value of attribute user_id.
Instance Attribute Details
#agent_space_id ⇒ ::String
Returns the value of attribute agent_space_id.
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.
1651 1652 1653 |
# File 'sig/types.rbs', line 1651 def asset_ids @asset_ids end |
#content ⇒ ::String
Returns the value of attribute content.
1648 1649 1650 |
# File 'sig/types.rbs', line 1648 def content @content end |
#context ⇒ Types::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.
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.
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.
1650 1651 1652 |
# File 'sig/types.rbs', line 1650 def user_id @user_id end |