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

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

#contact_idString

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

Returns:

  • (String)


11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
# File 'lib/aws-sdk-connect/types.rb', line 11825

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.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
# File 'lib/aws-sdk-connect/types.rb', line 11825

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)


11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
# File 'lib/aws-sdk-connect/types.rb', line 11825

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)


11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
# File 'lib/aws-sdk-connect/types.rb', line 11825

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)


11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
# File 'lib/aws-sdk-connect/types.rb', line 11825

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


11825
11826
11827
11828
11829
11830
11831
11832
11833
11834
# File 'lib/aws-sdk-connect/types.rb', line 11825

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