Uses of Class
software.amazon.awssdk.services.chatbot.model.CustomActionAttachmentCriteria
-
Packages that use CustomActionAttachmentCriteria Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of CustomActionAttachmentCriteria in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type CustomActionAttachmentCriteria Modifier and Type Method Description List<CustomActionAttachmentCriteria>CustomActionAttachment. criteria()The criteria for when a button should be shown based on values in the notification.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type CustomActionAttachmentCriteria Modifier and Type Method Description CustomActionAttachment.BuilderCustomActionAttachment.Builder. criteria(CustomActionAttachmentCriteria... criteria)The criteria for when a button should be shown based on values in the notification.Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type CustomActionAttachmentCriteria Modifier and Type Method Description CustomActionAttachment.BuilderCustomActionAttachment.Builder. criteria(Collection<CustomActionAttachmentCriteria> criteria)The criteria for when a button should be shown based on values in the notification.
-