Class: Aws::LexModelsV2::Types::TextLogSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::LexModelsV2::Types::TextLogSetting
- Defined in:
- gems/aws-sdk-lexmodelsv2/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.
Instance Attribute Details
#destination ⇒ Types::TextLogDestination
Defines the Amazon CloudWatch Logs destination log group for conversation text logs.
8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8722 class TextLogSetting < Struct.new( :enabled, :destination) SENSITIVE = [] include Aws::Structure end |
#enabled ⇒ Boolean
Determines whether conversation logs should be stored for an alias.
8722 8723 8724 8725 8726 8727 |
# File 'gems/aws-sdk-lexmodelsv2/lib/aws-sdk-lexmodelsv2/types.rb', line 8722 class TextLogSetting < Struct.new( :enabled, :destination) SENSITIVE = [] include Aws::Structure end |