Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.ConversationLogSettings
-
Packages that use ConversationLogSettings Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of ConversationLogSettings in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return ConversationLogSettings Modifier and Type Method Description ConversationLogSettingsCreateBotAliasRequest. conversationLogSettings()Specifies whether Amazon Lex logs text and audio for a conversation with the bot.ConversationLogSettingsCreateBotAliasResponse. conversationLogSettings()The conversation log settings specified for the alias.ConversationLogSettingsDescribeBotAliasResponse. conversationLogSettings()Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.ConversationLogSettingsUpdateBotAliasRequest. conversationLogSettings()The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.ConversationLogSettingsUpdateBotAliasResponse. conversationLogSettings()The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type ConversationLogSettings Modifier and Type Method Description CreateBotAliasRequest.BuilderCreateBotAliasRequest.Builder. conversationLogSettings(ConversationLogSettings conversationLogSettings)Specifies whether Amazon Lex logs text and audio for a conversation with the bot.CreateBotAliasResponse.BuilderCreateBotAliasResponse.Builder. conversationLogSettings(ConversationLogSettings conversationLogSettings)The conversation log settings specified for the alias.DescribeBotAliasResponse.BuilderDescribeBotAliasResponse.Builder. conversationLogSettings(ConversationLogSettings conversationLogSettings)Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.UpdateBotAliasRequest.BuilderUpdateBotAliasRequest.Builder. conversationLogSettings(ConversationLogSettings conversationLogSettings)The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.UpdateBotAliasResponse.BuilderUpdateBotAliasResponse.Builder. conversationLogSettings(ConversationLogSettings conversationLogSettings)The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
-