| Package | Description |
|---|---|
| software.amazon.awssdk.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConversationLogSettings |
UpdateBotAliasResponse.conversationLogSettings()
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
ConversationLogSettings |
CreateBotAliasResponse.conversationLogSettings()
The conversation log settings specified for the alias.
|
ConversationLogSettings |
CreateBotAliasRequest.conversationLogSettings()
Specifies whether Amazon Lex logs text and audio for a conversation with the bot.
|
ConversationLogSettings |
DescribeBotAliasResponse.conversationLogSettings()
Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
|
ConversationLogSettings |
UpdateBotAliasRequest.conversationLogSettings()
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateBotAliasResponse.Builder |
UpdateBotAliasResponse.Builder.conversationLogSettings(ConversationLogSettings conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
CreateBotAliasResponse.Builder |
CreateBotAliasResponse.Builder.conversationLogSettings(ConversationLogSettings conversationLogSettings)
The conversation log settings specified for the alias.
|
CreateBotAliasRequest.Builder |
CreateBotAliasRequest.Builder.conversationLogSettings(ConversationLogSettings conversationLogSettings)
Specifies whether Amazon Lex logs text and audio for a conversation with the bot.
|
DescribeBotAliasResponse.Builder |
DescribeBotAliasResponse.Builder.conversationLogSettings(ConversationLogSettings conversationLogSettings)
Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
|
UpdateBotAliasRequest.Builder |
UpdateBotAliasRequest.Builder.conversationLogSettings(ConversationLogSettings conversationLogSettings)
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
Copyright © 2023. All rights reserved.