Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.TextLogSetting
-
Packages that use TextLogSetting Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of TextLogSetting in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type TextLogSetting Modifier and Type Method Description List<TextLogSetting>ConversationLogSettings. textLogSettings()The Amazon CloudWatch Logs settings for logging text and metadata.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type TextLogSetting Modifier and Type Method Description ConversationLogSettings.BuilderConversationLogSettings.Builder. textLogSettings(TextLogSetting... textLogSettings)The Amazon CloudWatch Logs settings for logging text and metadata.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type TextLogSetting Modifier and Type Method Description ConversationLogSettings.BuilderConversationLogSettings.Builder. textLogSettings(Collection<TextLogSetting> textLogSettings)The Amazon CloudWatch Logs settings for logging text and metadata.
-