Class: Aws::Types::StartContactConversationalAnalyticsJobRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#analytics_configurationTypes::AnalyticsConfiguration

Returns the value of attribute analytics_configuration.



7830
7831
7832
# File 'sig/types.rbs', line 7830

def analytics_configuration
  @analytics_configuration
end

#analytics_modes::Array[("PostContact" | "RealTime" | "ContactLens" | "AutomatedInteraction")]

Returns the value of attribute analytics_modes.

Returns:

  • (::Array[("PostContact" | "RealTime" | "ContactLens" | "AutomatedInteraction")])


7829
7830
7831
# File 'sig/types.rbs', line 7829

def analytics_modes
  @analytics_modes
end

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


7831
7832
7833
# File 'sig/types.rbs', line 7831

def client_token
  @client_token
end

#contact_id::String

Returns the value of attribute contact_id.

Returns:

  • (::String)


7828
7829
7830
# File 'sig/types.rbs', line 7828

def contact_id
  @contact_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


7827
7828
7829
# File 'sig/types.rbs', line 7827

def instance_id
  @instance_id
end