Class: Aws::BedrockRuntime::Types::MessageStartEvent

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockruntime/types.rb

Overview

The start of a message.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#event_typeObject

Returns the value of attribute event_type



3358
3359
3360
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3358

def event_type
  @event_type
end

#roleString

The role for the message.



3358
3359
3360
3361
3362
3363
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 3358

class MessageStartEvent < Struct.new(
  :role,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end