Module: Aws::Connect::Client::_ListRealtimeContactAnalysisSegmentsV2ResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::ListRealtimeContactAnalysisSegmentsV2Response]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #channel ⇒ "VOICE", "CHAT"
- #next_token ⇒ ::String
- #segments ⇒ ::Array[Types::RealtimeContactAnalysisSegment]
- #status ⇒ "IN_PROGRESS", ...
Instance Method Details
#channel ⇒ "VOICE", "CHAT"
3188 |
# File 'sig/client.rbs', line 3188
def channel: () -> ("VOICE" | "CHAT")
|
#next_token ⇒ ::String
3191 |
# File 'sig/client.rbs', line 3191
def next_token: () -> ::String
|
#segments ⇒ ::Array[Types::RealtimeContactAnalysisSegment]
3190 |
# File 'sig/client.rbs', line 3190
def segments: () -> ::Array[Types::RealtimeContactAnalysisSegment]
|
#status ⇒ "IN_PROGRESS", ...
3189 |
# File 'sig/client.rbs', line 3189
def status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETED")
|