| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.LexV2Models.Types.AssociatedTranscript
Description
Documentation
data AssociatedTranscript Source #
The object containing information that associates the recommended intent/slot type with a conversation.
See: newAssociatedTranscript smart constructor.
Constructors
| AssociatedTranscript' | |
Fields
| |
Instances
newAssociatedTranscript :: AssociatedTranscript Source #
Create a value of AssociatedTranscript with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:transcript:AssociatedTranscript', associatedTranscript_transcript - The content of the transcript that meets the search filter criteria. For
the JSON format of the transcript, see
Output transcript format.
associatedTranscript_transcript :: Lens' AssociatedTranscript (Maybe Text) Source #
The content of the transcript that meets the search filter criteria. For the JSON format of the transcript, see Output transcript format.