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.
1872 1873 1874 1875 1876 1877 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1872 class ConversationState < Struct.new( :reason, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the conversation state.
1872 1873 1874 1875 1876 1877 |
# File 'gems/aws-sdk-qconnect/lib/aws-sdk-qconnect/types.rb', line 1872 class ConversationState < Struct.new( :reason, :status) SENSITIVE = [] include Aws::Structure end |