Uses of Enum Class
cloud.genesys.webmessaging.sdk.model.RequestTypeEchoMessage
Packages that use RequestTypeEchoMessage
-
Uses of RequestTypeEchoMessage in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return RequestTypeEchoMessageModifier and TypeMethodDescriptionstatic RequestTypeEchoMessageRequestTypeEchoMessage.fromString(String key) SendEchoRequest.getAction()static RequestTypeEchoMessageReturns the enum constant of this class with the specified name.static RequestTypeEchoMessage[]RequestTypeEchoMessage.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type RequestTypeEchoMessageModifier and TypeMethodDescriptionSendEchoRequest.action(RequestTypeEchoMessage action) voidSendEchoRequest.setAction(RequestTypeEchoMessage action)