Class: Aws::QConnect::Types::ConversationState
- Inherits:
-
Struct
- Object
- Struct
- Aws::QConnect::Types::ConversationState
- Defined in:
- gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb
Overview
The conversation state associated to a message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason of the conversation state.
-
#status ⇒ String
The status of the conversation state.
Instance Attribute Details
#reason ⇒ String
The reason of the conversation state.
2151 2152 2153 2154 2155 2156 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2151 class ConversationState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the conversation state.
2151 2152 2153 2154 2155 2156 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 2151 class ConversationState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |