Class: Aws::Connect::Types::ListRealtimeContactAnalysisSegmentsV2Request

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

#contact_idString

The identifier of the contact in this instance of Amazon Connect.

Returns:

  • (String)


12244
12245
12246
12247
12248
12249
12250
12251
12252
12253
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12244

class ListRealtimeContactAnalysisSegmentsV2Request < Struct.new(
  :instance_id,
  :contact_id,
  :max_results,
  :next_token,
  :output_type,
  :segment_types)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

Returns:

  • (String)


12244
12245
12246
12247
12248
12249
12250
12251
12252
12253
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12244

class ListRealtimeContactAnalysisSegmentsV2Request < Struct.new(
  :instance_id,
  :contact_id,
  :max_results,
  :next_token,
  :output_type,
  :segment_types)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


12244
12245
12246
12247
12248
12249
12250
12251
12252
12253
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12244

class ListRealtimeContactAnalysisSegmentsV2Request < Struct.new(
  :instance_id,
  :contact_id,
  :max_results,
  :next_token,
  :output_type,
  :segment_types)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.

Returns:

  • (String)


12244
12245
12246
12247
12248
12249
12250
12251
12252
12253
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12244

class ListRealtimeContactAnalysisSegmentsV2Request < Struct.new(
  :instance_id,
  :contact_id,
  :max_results,
  :next_token,
  :output_type,
  :segment_types)
  SENSITIVE = []
  include Aws::Structure
end

#output_typeString

The Contact Lens output type to be returned.

Returns:

  • (String)


12244
12245
12246
12247
12248
12249
12250
12251
12252
12253
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12244

class ListRealtimeContactAnalysisSegmentsV2Request < Struct.new(
  :instance_id,
  :contact_id,
  :max_results,
  :next_token,
  :output_type,
  :segment_types)
  SENSITIVE = []
  include Aws::Structure
end

#segment_typesArray<String>

Enum with segment types . Each value corresponds to a segment type returned in the segments list of the API. Each segment type has its own structure. Different channels may have different sets of supported segment types.

Returns:

  • (Array<String>)


12244
12245
12246
12247
12248
12249
12250
12251
12252
12253
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 12244

class ListRealtimeContactAnalysisSegmentsV2Request < Struct.new(
  :instance_id,
  :contact_id,
  :max_results,
  :next_token,
  :output_type,
  :segment_types)
  SENSITIVE = []
  include Aws::Structure
end