Class: Aws::BedrockAgentRuntime::Types::ConversationHistory

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb

Overview

A conversation history.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messagesArray<Types::Message>

The conversation's messages.

Returns:



1152
1153
1154
1155
1156
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1152

class ConversationHistory < Struct.new(
  :messages)
  SENSITIVE = []
  include Aws::Structure
end