Class: Aws::ConnectContactLens::Types::ListRealtimeContactAnalysisSegmentsRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#contact_idString

The identifier of the contact.

Returns:

  • (String)


142
143
144
145
146
147
148
149
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 142

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

#instance_idString

The identifier of the Amazon Connect instance.

Returns:

  • (String)


142
143
144
145
146
147
148
149
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 142

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

#max_resultsInteger

The maximum number of results to return per page.

Returns:

  • (Integer)


142
143
144
145
146
147
148
149
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 142

class ListRealtimeContactAnalysisSegmentsRequest < Struct.new(
  :instance_id,
  :contact_id,
  :max_results,
  :next_token)
  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)


142
143
144
145
146
147
148
149
# File 'lib/aws-sdk-connectcontactlens/types.rb', line 142

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