Class: Aws::LexModelsV2::Types::TextLogSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TextLogSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lexmodelsv2/types.rb
Overview
Defines settings to enable text conversation logs.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#destination ⇒ Types::TextLogDestination
Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
-
#enabled ⇒ Boolean
Determines whether conversation logs should be stored for an alias.
-
#selective_logging_enabled ⇒ Boolean
The option to enable selective conversation log capture for text.
Instance Attribute Details
#destination ⇒ Types::TextLogDestination
Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
14084 14085 14086 14087 14088 14089 14090 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14084 class TextLogSetting < Struct.new( :enabled, :destination, :selective_logging_enabled) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Determines whether conversation logs should be stored for an alias.
14084 14085 14086 14087 14088 14089 14090 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14084 class TextLogSetting < Struct.new( :enabled, :destination, :selective_logging_enabled) SENSITIVE = [] include Aws::Structure end |
#selective_logging_enabled ⇒ Boolean
The option to enable selective conversation log capture for text.
14084 14085 14086 14087 14088 14089 14090 |
# File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14084 class TextLogSetting < Struct.new( :enabled, :destination, :selective_logging_enabled) SENSITIVE = [] include Aws::Structure end |