Struct aws_sdk_lexmodelsv2::model::AssociatedTranscript
source · [−]#[non_exhaustive]pub struct AssociatedTranscript { /* private fields */ }Expand description
The object containing information that associates the recommended intent/slot type with a conversation.
Implementations
sourceimpl AssociatedTranscript
impl AssociatedTranscript
sourcepub fn transcript(&self) -> Option<&str>
pub fn transcript(&self) -> Option<&str>
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
sourceimpl AssociatedTranscript
impl AssociatedTranscript
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociatedTranscript.
Trait Implementations
sourceimpl Clone for AssociatedTranscript
impl Clone for AssociatedTranscript
sourcefn clone(&self) -> AssociatedTranscript
fn clone(&self) -> AssociatedTranscript
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 AssociatedTranscript
impl Debug for AssociatedTranscript
sourceimpl PartialEq<AssociatedTranscript> for AssociatedTranscript
impl PartialEq<AssociatedTranscript> for AssociatedTranscript
sourcefn eq(&self, other: &AssociatedTranscript) -> bool
fn eq(&self, other: &AssociatedTranscript) -> bool
impl StructuralPartialEq for AssociatedTranscript
Auto Trait Implementations
impl RefUnwindSafe for AssociatedTranscript
impl Send for AssociatedTranscript
impl Sync for AssociatedTranscript
impl Unpin for AssociatedTranscript
impl UnwindSafe for AssociatedTranscript
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