Class: Aws::DevOpsAgent::Types::SendMessageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::SendMessageRequest
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
Request structure for sending a chat message
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_space_id ⇒ String
The agent space identifier.
-
#content ⇒ String
The user message content.
-
#context ⇒ Types::SendMessageContext
Optional context for the message.
-
#execution_id ⇒ String
The execution identifier for the chat session.
-
#user_id ⇒ String
Required user identifier.
Instance Attribute Details
#agent_space_id ⇒ String
The agent space identifier
3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3876 class SendMessageRequest < Struct.new( :agent_space_id, :execution_id, :content, :context, :user_id) SENSITIVE = [] include Aws::Structure end |
#content ⇒ String
The user message content
3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3876 class SendMessageRequest < Struct.new( :agent_space_id, :execution_id, :content, :context, :user_id) SENSITIVE = [] include Aws::Structure end |
#context ⇒ Types::SendMessageContext
Optional context for the message
3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3876 class SendMessageRequest < Struct.new( :agent_space_id, :execution_id, :content, :context, :user_id) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
The execution identifier for the chat session
3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3876 class SendMessageRequest < Struct.new( :agent_space_id, :execution_id, :content, :context, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
Required user identifier
3876 3877 3878 3879 3880 3881 3882 3883 3884 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 3876 class SendMessageRequest < Struct.new( :agent_space_id, :execution_id, :content, :context, :user_id) SENSITIVE = [] include Aws::Structure end |