Class: Aws::Connect::Types::SentimentConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::SentimentConfiguration
- Defined in:
- gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb
Overview
The sentiment configuration for conversational analytics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#behavior ⇒ String
Controls whether sentiment analysis is applied to the analytics output.
Instance Attribute Details
#behavior ⇒ String
Controls whether sentiment analysis is applied to the analytics
output. Valid values: Enable | Disable.
31830 31831 31832 31833 31834 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 31830 class SentimentConfiguration < Struct.new( :behavior) SENSITIVE = [] include Aws::Structure end |