Class: Aws::BedrockAgentCore::Types::Conversational
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCore::Types::Conversational
- Defined in:
- gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb
Overview
Contains conversational content for an event payload.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#content ⇒ Types::Content
The content of the conversation message.
-
#role ⇒ String
The role of the participant in the conversation (for example, "user" or "assistant").
Instance Attribute Details
#content ⇒ Types::Content
The content of the conversation message.
394 395 396 397 398 399 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 394 class Conversational < Struct.new( :content, :role) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role of the participant in the conversation (for example, "user" or "assistant").
394 395 396 397 398 399 |
# File 'gems/aws-sdk-bedrockagentcore/lib/aws-sdk-bedrockagentcore/types.rb', line 394 class Conversational < Struct.new( :content, :role) SENSITIVE = [] include Aws::Structure end |