Uses of Class
software.amazon.awssdk.services.lexruntime.model.GenericAttachment
-
Packages that use GenericAttachment Package Description software.amazon.awssdk.services.lexruntime.model -
-
Uses of GenericAttachment in software.amazon.awssdk.services.lexruntime.model
Methods in software.amazon.awssdk.services.lexruntime.model that return types with arguments of type GenericAttachment Modifier and Type Method Description List<GenericAttachment>ResponseCard. genericAttachments()An array of attachment objects representing options.Methods in software.amazon.awssdk.services.lexruntime.model with parameters of type GenericAttachment Modifier and Type Method Description ResponseCard.BuilderResponseCard.Builder. genericAttachments(GenericAttachment... genericAttachments)An array of attachment objects representing options.Method parameters in software.amazon.awssdk.services.lexruntime.model with type arguments of type GenericAttachment Modifier and Type Method Description ResponseCard.BuilderResponseCard.Builder. genericAttachments(Collection<GenericAttachment> genericAttachments)An array of attachment objects representing options.
-