Class: Aws::Types::StartContactConversationalAnalyticsJobRequest
- Inherits:
-
Object
- Object
- Aws::Types::StartContactConversationalAnalyticsJobRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#analytics_configuration ⇒ Types::AnalyticsConfiguration
Returns the value of attribute analytics_configuration.
-
#analytics_modes ⇒ ::Array[("PostContact" | "RealTime" | "ContactLens" | "AutomatedInteraction")]
Returns the value of attribute analytics_modes.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#analytics_configuration ⇒ Types::AnalyticsConfiguration
Returns the value of attribute analytics_configuration.
7635 7636 7637 |
# File 'sig/types.rbs', line 7635 def analytics_configuration @analytics_configuration end |
#analytics_modes ⇒ ::Array[("PostContact" | "RealTime" | "ContactLens" | "AutomatedInteraction")]
Returns the value of attribute analytics_modes.
7634 7635 7636 |
# File 'sig/types.rbs', line 7634 def analytics_modes @analytics_modes end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
7636 7637 7638 |
# File 'sig/types.rbs', line 7636 def client_token @client_token end |
#contact_id ⇒ ::String
Returns the value of attribute contact_id.
7633 7634 7635 |
# File 'sig/types.rbs', line 7633 def contact_id @contact_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
7632 7633 7634 |
# File 'sig/types.rbs', line 7632 def instance_id @instance_id end |