Class: Aws::Types::ListRealtimeContactAnalysisSegmentsV2Response

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#channel"VOICE", "CHAT"

Returns the value of attribute channel.

Returns:

  • ("VOICE", "CHAT")


5274
5275
5276
# File 'sig/types.rbs', line 5274

def channel
  @channel
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5277
5278
5279
# File 'sig/types.rbs', line 5277

def next_token
  @next_token
end

#segments::Array[Types::RealtimeContactAnalysisSegment]

Returns the value of attribute segments.



5276
5277
5278
# File 'sig/types.rbs', line 5276

def segments
  @segments
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

  • ("IN_PROGRESS", "FAILED", "COMPLETED")


5275
5276
5277
# File 'sig/types.rbs', line 5275

def status
  @status
end