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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channelString

The channel of the contact. Voice will not be returned.

Returns:

  • (String)


12274
12275
12276
12277
12278
12279
12280
12281
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12274

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.

Returns:

  • (String)


12274
12275
12276
12277
12278
12279
12280
12281
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12274

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

#segmentsArray<Types::RealtimeContactAnalysisSegment>

An analyzed transcript or category.



12274
12275
12276
12277
12278
12279
12280
12281
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12274

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

#statusString

Status of real-time contact analysis.

Returns:

  • (String)


12274
12275
12276
12277
12278
12279
12280
12281
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12274

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