Class: Aws::Connect::Types::StartContactConversationalAnalyticsJobRequest

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

#analytics_configurationTypes::AnalyticsConfiguration

The configuration for the conversational analytics job.



33976
33977
33978
33979
33980
33981
33982
33983
33984
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33976

class StartContactConversationalAnalyticsJobRequest < Struct.new(
  :instance_id,
  :contact_id,
  :analytics_modes,
  :analytics_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#analytics_modesArray<String>

The analytics modes to run for the contact. Valid values: PostContact.

Returns:

  • (Array<String>)


33976
33977
33978
33979
33980
33981
33982
33983
33984
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33976

class StartContactConversationalAnalyticsJobRequest < Struct.new(
  :instance_id,
  :contact_id,
  :analytics_modes,
  :analytics_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#client_tokenString

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.

Returns:

  • (String)


33976
33977
33978
33979
33980
33981
33982
33983
33984
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33976

class StartContactConversationalAnalyticsJobRequest < Struct.new(
  :instance_id,
  :contact_id,
  :analytics_modes,
  :analytics_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#contact_idString

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

Returns:

  • (String)


33976
33977
33978
33979
33980
33981
33982
33983
33984
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33976

class StartContactConversationalAnalyticsJobRequest < Struct.new(
  :instance_id,
  :contact_id,
  :analytics_modes,
  :analytics_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

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

Returns:

  • (String)


33976
33977
33978
33979
33980
33981
33982
33983
33984
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 33976

class StartContactConversationalAnalyticsJobRequest < Struct.new(
  :instance_id,
  :contact_id,
  :analytics_modes,
  :analytics_configuration,
  :client_token)
  SENSITIVE = []
  include Aws::Structure
end