Class: Aws::LexRuntimeV2::Types::StartConversationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#response_event_streamTypes::StartConversationResponseEventStream

Represents the stream of events from Amazon Lex V2 to your application. The events are encoded as HTTP/2 data frames.



1612
1613
1614
1615
1616
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1612

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