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§
source§impl 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.
source§impl AssociatedTranscript
impl AssociatedTranscript
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AssociatedTranscript.
Trait Implementations§
source§impl Clone for AssociatedTranscript
impl Clone for AssociatedTranscript
source§fn clone(&self) -> AssociatedTranscript
fn clone(&self) -> AssociatedTranscript
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more