Class: Aws::LexRuntimeV2::Types::StartConversationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexRuntimeV2::Types::StartConversationResponse
- Defined in:
- gems/aws-sdk-lexruntimev2/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.
1610 1611 1612 1613 1614 |
# File 'gems/aws-sdk-lexruntimev2/lib/aws-sdk-lexruntimev2/types.rb', line 1610 class StartConversationResponse < Struct.new( :response_event_stream) SENSITIVE = [] include Aws::Structure end |