Struct aws_sdk_lexmodelsv2::model::AssociatedTranscript  
source · [−]Expand description
The object containing information that associates the recommended intent/slot type with a conversation.
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.transcript: Option<String>The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
Implementations
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.
Creates a new builder-style object to manufacture AssociatedTranscript
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 AssociatedTranscript
impl Send for AssociatedTranscript
impl Sync for AssociatedTranscript
impl Unpin for AssociatedTranscript
impl UnwindSafe for AssociatedTranscript
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