Uses of Class
cloud.genesys.webmessaging.sdk.model.WebMessagingButtonResponse
-
Packages that use WebMessagingButtonResponse Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of WebMessagingButtonResponse in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return WebMessagingButtonResponse Modifier and Type Method Description WebMessagingButtonResponseWebMessagingContent. getButtonResponse()WebMessagingButtonResponseWebMessagingButtonResponse. id(String id)An ID assigned to the button response (Deprecated).WebMessagingButtonResponseWebMessagingButtonResponse. payload(String payload)The response payload associated with the clicked button.WebMessagingButtonResponseWebMessagingButtonResponse. text(String text)The response text from the button click.WebMessagingButtonResponseWebMessagingButtonResponse. type(WebMessagingButtonResponse.TypeEnum type)Describes the button that resulted in the Button Response.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type WebMessagingButtonResponse Modifier and Type Method Description WebMessagingContentWebMessagingContent. buttonResponse(WebMessagingButtonResponse buttonResponse)Button response content.voidWebMessagingContent. setButtonResponse(WebMessagingButtonResponse buttonResponse)
-