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