Class: Aws::LexModelsV2::Types::TextLogSetting

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

Instance Attribute Details

#destinationTypes::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

#enabledBoolean

Determines whether conversation logs should be stored for an alias.

Returns:

  • (Boolean)


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_enabledBoolean

The option to enable selective conversation log capture for text.

Returns:

  • (Boolean)


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