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"
3369 |
# File 'sig/client.rbs', line 3369 def channel: () -> ("VOICE" | "CHAT") |
#next_token ⇒ ::String
3372 |
# File 'sig/client.rbs', line 3372 def next_token: () -> ::String |
#segments ⇒ ::Array[Types::RealtimeContactAnalysisSegment]
3371 |
# File 'sig/client.rbs', line 3371 def segments: () -> ::Array[Types::RealtimeContactAnalysisSegment] |
#status ⇒ "IN_PROGRESS", ...
3370 |
# File 'sig/client.rbs', line 3370 def status: () -> ("IN_PROGRESS" | "FAILED" | "COMPLETED") |