Struct aws_sdk_lexmodelsv2::model::audio_log_setting::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for AudioLogSetting.
Implementations§
source§impl Builder
impl Builder
sourcepub fn enabled(self, input: bool) -> Self
pub fn enabled(self, input: bool) -> Self
Determines whether audio logging in enabled for the bot.
sourcepub fn set_enabled(self, input: Option<bool>) -> Self
pub fn set_enabled(self, input: Option<bool>) -> Self
Determines whether audio logging in enabled for the bot.
sourcepub fn destination(self, input: AudioLogDestination) -> Self
pub fn destination(self, input: AudioLogDestination) -> Self
The location of audio log files collected when conversation logging is enabled for a bot.
sourcepub fn set_destination(self, input: Option<AudioLogDestination>) -> Self
pub fn set_destination(self, input: Option<AudioLogDestination>) -> Self
The location of audio log files collected when conversation logging is enabled for a bot.
sourcepub fn build(self) -> AudioLogSetting
pub fn build(self) -> AudioLogSetting
Consumes the builder and constructs a AudioLogSetting.