Class: Aws::Connect::Types::ListRealtimeContactAnalysisSegmentsV2Response

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

The channel of the contact.

Only CHAT is supported. This API does not support VOICE. If you attempt to use it for the VOICE channel, an InvalidRequestException error occurs.



21821
21822
21823
21824
21825
21826
21827
21828
# File 'lib/aws-sdk-connect/types.rb', line 21821

class ListRealtimeContactAnalysisSegmentsV2Response < Struct.new(
  :channel,
  :status,
  :segments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If there are additional results, this is the token for the next set of results.



21821
21822
21823
21824
21825
21826
21827
21828
# File 'lib/aws-sdk-connect/types.rb', line 21821

class ListRealtimeContactAnalysisSegmentsV2Response < Struct.new(
  :channel,
  :status,
  :segments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#segmentsArray<Types::RealtimeContactAnalysisSegment>

An analyzed transcript or category.



21821
21822
21823
21824
21825
21826
21827
21828
# File 'lib/aws-sdk-connect/types.rb', line 21821

class ListRealtimeContactAnalysisSegmentsV2Response < Struct.new(
  :channel,
  :status,
  :segments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Status of real-time contact analysis.



21821
21822
21823
21824
21825
21826
21827
21828
# File 'lib/aws-sdk-connect/types.rb', line 21821

class ListRealtimeContactAnalysisSegmentsV2Response < Struct.new(
  :channel,
  :status,
  :segments,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end