Class: Aws::LexRuntimeV2::Types::StartConversationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexRuntimeV2::Types::StartConversationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexruntimev2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#response_event_stream ⇒ Types::StartConversationResponseEventStream
Represents the stream of events from Amazon Lex V2 to your application.
Instance Attribute Details
#response_event_stream ⇒ Types::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 'lib/aws-sdk-lexruntimev2/types.rb', line 1612 class StartConversationResponse < Struct.new( :response_event_stream) SENSITIVE = [] include Aws::Structure end |