Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsInteractiveReplyKind
Packages that use AcsInteractiveReplyKind
Package
Description
Package containing the data models for SystemEvents.
-
Uses of AcsInteractiveReplyKind in com.azure.messaging.eventgrid.systemevents
Fields in com.azure.messaging.eventgrid.systemevents declared as AcsInteractiveReplyKindModifier and TypeFieldDescriptionstatic final AcsInteractiveReplyKindAcsInteractiveReplyKind.BUTTON_REPLYMessaged interactive reply type is ButtonReply.static final AcsInteractiveReplyKindAcsInteractiveReplyKind.LIST_REPLYMessaged interactive reply type is ListReply.static final AcsInteractiveReplyKindAcsInteractiveReplyKind.UNKNOWNMessaged interactive reply type is Unknown.Methods in com.azure.messaging.eventgrid.systemevents that return AcsInteractiveReplyKindModifier and TypeMethodDescriptionstatic AcsInteractiveReplyKindAcsInteractiveReplyKind.fromString(String name) Creates or finds a AcsInteractiveReplyKind from its string representation.AcsMessageInteractiveContent.getReplyKind()Get the replyKind property: The Message interactive reply type.Methods in com.azure.messaging.eventgrid.systemevents that return types with arguments of type AcsInteractiveReplyKindModifier and TypeMethodDescriptionstatic Collection<AcsInteractiveReplyKind> AcsInteractiveReplyKind.values()Gets known AcsInteractiveReplyKind values.