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")


5513
5514
5515
# File 'sig/types.rbs', line 5513

def channel
  @channel
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


5516
5517
5518
# File 'sig/types.rbs', line 5516

def next_token
  @next_token
end

#segments::Array[Types::RealtimeContactAnalysisSegment]

Returns the value of attribute segments.



5515
5516
5517
# File 'sig/types.rbs', line 5515

def segments
  @segments
end

#status"IN_PROGRESS", ...

Returns the value of attribute status.

Returns:

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


5514
5515
5516
# File 'sig/types.rbs', line 5514

def status
  @status
end