Class: Aws::Connect::Types::SentimentConfiguration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#behaviorString

Controls whether sentiment analysis is applied to the analytics output. Valid values: Enable | Disable.

Returns:

  • (String)


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