Uses of Class
software.amazon.awssdk.services.lexmodelsv2.model.AssociatedTranscript
-
Packages that use AssociatedTranscript Package Description software.amazon.awssdk.services.lexmodelsv2.model -
-
Uses of AssociatedTranscript in software.amazon.awssdk.services.lexmodelsv2.model
Methods in software.amazon.awssdk.services.lexmodelsv2.model that return types with arguments of type AssociatedTranscript Modifier and Type Method Description List<AssociatedTranscript>SearchAssociatedTranscriptsResponse. associatedTranscripts()The object that contains the associated transcript that meet the criteria you specified.Methods in software.amazon.awssdk.services.lexmodelsv2.model with parameters of type AssociatedTranscript Modifier and Type Method Description SearchAssociatedTranscriptsResponse.BuilderSearchAssociatedTranscriptsResponse.Builder. associatedTranscripts(AssociatedTranscript... associatedTranscripts)The object that contains the associated transcript that meet the criteria you specified.Method parameters in software.amazon.awssdk.services.lexmodelsv2.model with type arguments of type AssociatedTranscript Modifier and Type Method Description SearchAssociatedTranscriptsResponse.BuilderSearchAssociatedTranscriptsResponse.Builder. associatedTranscripts(Collection<AssociatedTranscript> associatedTranscripts)The object that contains the associated transcript that meet the criteria you specified.
-