| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
ConversationLogSettings |
ConversationLogSettings.clone() |
ConversationLogSettings |
UpdateBotAliasResult.getConversationLogSettings()
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
ConversationLogSettings |
UpdateBotAliasRequest.getConversationLogSettings()
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
ConversationLogSettings |
DescribeBotAliasResult.getConversationLogSettings()
Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
|
ConversationLogSettings |
CreateBotAliasRequest.getConversationLogSettings()
Specifies whether Amazon Lex logs text and audio for a conversation with the bot.
|
ConversationLogSettings |
CreateBotAliasResult.getConversationLogSettings()
The conversation log settings specified for the alias.
|
ConversationLogSettings |
ConversationLogSettings.withAudioLogSettings(AudioLogSetting... audioLogSettings)
The Amazon S3 settings for logging audio to an S3 bucket.
|
ConversationLogSettings |
ConversationLogSettings.withAudioLogSettings(Collection<AudioLogSetting> audioLogSettings)
The Amazon S3 settings for logging audio to an S3 bucket.
|
ConversationLogSettings |
ConversationLogSettings.withTextLogSettings(Collection<TextLogSetting> textLogSettings)
The Amazon CloudWatch Logs settings for logging text and metadata.
|
ConversationLogSettings |
ConversationLogSettings.withTextLogSettings(TextLogSetting... textLogSettings)
The Amazon CloudWatch Logs settings for logging text and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBotAliasResult.setConversationLogSettings(ConversationLogSettings conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
void |
UpdateBotAliasRequest.setConversationLogSettings(ConversationLogSettings conversationLogSettings)
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
void |
DescribeBotAliasResult.setConversationLogSettings(ConversationLogSettings conversationLogSettings)
Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
|
void |
CreateBotAliasRequest.setConversationLogSettings(ConversationLogSettings conversationLogSettings)
Specifies whether Amazon Lex logs text and audio for a conversation with the bot.
|
void |
CreateBotAliasResult.setConversationLogSettings(ConversationLogSettings conversationLogSettings)
The conversation log settings specified for the alias.
|
UpdateBotAliasResult |
UpdateBotAliasResult.withConversationLogSettings(ConversationLogSettings conversationLogSettings)
The updated settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
UpdateBotAliasRequest |
UpdateBotAliasRequest.withConversationLogSettings(ConversationLogSettings conversationLogSettings)
The new settings for storing conversation logs in Amazon CloudWatch Logs and Amazon S3 buckets.
|
DescribeBotAliasResult |
DescribeBotAliasResult.withConversationLogSettings(ConversationLogSettings conversationLogSettings)
Specifics of how Amazon Lex logs text and audio conversations with the bot associated with the alias.
|
CreateBotAliasRequest |
CreateBotAliasRequest.withConversationLogSettings(ConversationLogSettings conversationLogSettings)
Specifies whether Amazon Lex logs text and audio for a conversation with the bot.
|
CreateBotAliasResult |
CreateBotAliasResult.withConversationLogSettings(ConversationLogSettings conversationLogSettings)
The conversation log settings specified for the alias.
|
Copyright © 2025. All rights reserved.