class Aws::LexModelsV2::Types::TextLogSetting
Defines settings to enable text conversation logs.
@note When making an API call, you may pass TextLogSetting
data as a hash: { enabled: false, # required destination: { # required cloud_watch: { # required cloud_watch_log_group_arn: "CloudWatchLogGroupArn", # required log_prefix: "LogPrefix", # required }, }, }
@!attribute [rw] enabled
Determines whether conversation logs should be stored for an alias. @return [Boolean]
@!attribute [rw] destination
Defines the Amazon CloudWatch Logs destination log group for conversation text logs. @return [Types::TextLogDestination]
@see docs.aws.amazon.com/goto/WebAPI/models.lex.v2-2020-08-07/TextLogSetting AWS API Documentation
Constants
- SENSITIVE