pub struct Builder { /* private fields */ }Expand description
A builder for ConversationLogSettings.
Implementations§
source§impl Builder
impl Builder
sourcepub fn text_log_settings(self, input: TextLogSetting) -> Self
pub fn text_log_settings(self, input: TextLogSetting) -> Self
Appends an item to text_log_settings.
To override the contents of this collection use set_text_log_settings.
The Amazon CloudWatch Logs settings for logging text and metadata.
sourcepub fn set_text_log_settings(self, input: Option<Vec<TextLogSetting>>) -> Self
pub fn set_text_log_settings(self, input: Option<Vec<TextLogSetting>>) -> Self
The Amazon CloudWatch Logs settings for logging text and metadata.
sourcepub fn audio_log_settings(self, input: AudioLogSetting) -> Self
pub fn audio_log_settings(self, input: AudioLogSetting) -> Self
Appends an item to audio_log_settings.
To override the contents of this collection use set_audio_log_settings.
The Amazon S3 settings for logging audio to an S3 bucket.
sourcepub fn set_audio_log_settings(self, input: Option<Vec<AudioLogSetting>>) -> Self
pub fn set_audio_log_settings(self, input: Option<Vec<AudioLogSetting>>) -> Self
The Amazon S3 settings for logging audio to an S3 bucket.
sourcepub fn build(self) -> ConversationLogSettings
pub fn build(self) -> ConversationLogSettings
Consumes the builder and constructs a ConversationLogSettings.