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