Struct aws_sdk_lexmodelsv2::model::conversation_log_settings::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ConversationLogSettings
Implementations
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.
The Amazon CloudWatch Logs settings for logging text and metadata.
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.
The Amazon S3 settings for logging audio to an S3 bucket.
Consumes the builder and constructs a ConversationLogSettings
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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
