Class: Aws::Connect::Types::LanguageConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::LanguageConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
The language configuration for conversational analytics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#language_locale ⇒ String
The language locale setting for conversational analytics.
Instance Attribute Details
#language_locale ⇒ String
The language locale setting for conversational analytics.
20870 20871 20872 20873 20874 |
# File 'lib/aws-sdk-connect/types.rb', line 20870 class LanguageConfiguration < Struct.new( :language_locale) SENSITIVE = [] include Aws::Structure end |