Class: Aws::Types::ListRealtimeContactAnalysisSegmentsV2Response
- Inherits:
-
Object
- Object
- Aws::Types::ListRealtimeContactAnalysisSegmentsV2Response
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#channel ⇒ "VOICE", "CHAT"
Returns the value of attribute channel.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#segments ⇒ ::Array[Types::RealtimeContactAnalysisSegment]
Returns the value of attribute segments.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#channel ⇒ "VOICE", "CHAT"
Returns the value of attribute channel.
5451 5452 5453 |
# File 'sig/types.rbs', line 5451 def channel @channel end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
5454 5455 5456 |
# File 'sig/types.rbs', line 5454 def next_token @next_token end |
#segments ⇒ ::Array[Types::RealtimeContactAnalysisSegment]
Returns the value of attribute segments.
5453 5454 5455 |
# File 'sig/types.rbs', line 5453 def segments @segments end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
5452 5453 5454 |
# File 'sig/types.rbs', line 5452 def status @status end |