Struct aws_sdk_lexmodelsv2::model::ConversationLogSettings
source · [−]#[non_exhaustive]pub struct ConversationLogSettings { /* private fields */ }Expand description
Configures conversation logging that saves audio, text, and metadata for the conversations with your users.
Implementations
sourceimpl ConversationLogSettings
impl ConversationLogSettings
sourcepub fn text_log_settings(&self) -> Option<&[TextLogSetting]>
pub fn text_log_settings(&self) -> Option<&[TextLogSetting]>
The Amazon CloudWatch Logs settings for logging text and metadata.
sourcepub fn audio_log_settings(&self) -> Option<&[AudioLogSetting]>
pub fn audio_log_settings(&self) -> Option<&[AudioLogSetting]>
The Amazon S3 settings for logging audio to an S3 bucket.
sourceimpl ConversationLogSettings
impl ConversationLogSettings
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ConversationLogSettings.
Trait Implementations
sourceimpl Clone for ConversationLogSettings
impl Clone for ConversationLogSettings
sourcefn clone(&self) -> ConversationLogSettings
fn clone(&self) -> ConversationLogSettings
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ConversationLogSettings
impl Debug for ConversationLogSettings
sourceimpl PartialEq<ConversationLogSettings> for ConversationLogSettings
impl PartialEq<ConversationLogSettings> for ConversationLogSettings
sourcefn eq(&self, other: &ConversationLogSettings) -> bool
fn eq(&self, other: &ConversationLogSettings) -> bool
impl StructuralPartialEq for ConversationLogSettings
Auto Trait Implementations
impl RefUnwindSafe for ConversationLogSettings
impl Send for ConversationLogSettings
impl Sync for ConversationLogSettings
impl Unpin for ConversationLogSettings
impl UnwindSafe for ConversationLogSettings
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more