| Package | Description |
|---|---|
| com.amazonaws.services.lexmodelsv2.model |
| Modifier and Type | Method and Description |
|---|---|
TextLogSetting |
TextLogSetting.clone() |
TextLogSetting |
TextLogSetting.withDestination(TextLogDestination destination) |
TextLogSetting |
TextLogSetting.withEnabled(Boolean enabled)
Determines whether conversation logs should be stored for an alias.
|
TextLogSetting |
TextLogSetting.withSelectiveLoggingEnabled(Boolean selectiveLoggingEnabled)
The option to enable selective conversation log capture for text.
|
| Modifier and Type | Method and Description |
|---|---|
List<TextLogSetting> |
ConversationLogSettings.getTextLogSettings()
The Amazon CloudWatch Logs settings for logging text and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
ConversationLogSettings |
ConversationLogSettings.withTextLogSettings(TextLogSetting... textLogSettings)
The Amazon CloudWatch Logs settings for logging text and metadata.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConversationLogSettings.setTextLogSettings(Collection<TextLogSetting> textLogSettings)
The Amazon CloudWatch Logs settings for logging text and metadata.
|
ConversationLogSettings |
ConversationLogSettings.withTextLogSettings(Collection<TextLogSetting> textLogSettings)
The Amazon CloudWatch Logs settings for logging text and metadata.
|
Copyright © 2024. All rights reserved.