Struct aws_sdk_lexmodelsv2::model::AudioLogSetting [−][src]
#[non_exhaustive]pub struct AudioLogSetting {
pub enabled: bool,
pub destination: Option<AudioLogDestination>,
}Expand description
Settings for logging audio of conversations between Amazon Lex and a user. You specify whether to log audio and the Amazon S3 bucket where the audio file is stored.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.enabled: boolDetermines whether audio logging in enabled for the bot.
destination: Option<AudioLogDestination>The location of audio log files collected when conversation logging is enabled for a bot.
Implementations
The location of audio log files collected when conversation logging is enabled for a bot.
Creates a new builder-style object to manufacture AudioLogSetting
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AudioLogSetting
impl Send for AudioLogSetting
impl Sync for AudioLogSetting
impl Unpin for AudioLogSetting
impl UnwindSafe for AudioLogSetting
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
