Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentButtonResponse
-
Packages that use ContentButtonResponse Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentButtonResponse in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentButtonResponse Modifier and Type Method Description ContentButtonResponseCleanMessageContent. getButtonResponse()ContentButtonResponseMessageContent. getButtonResponse()ContentButtonResponseContentButtonResponse. id(String id)An ID assigned to the button response (Deprecated).ContentButtonResponseContentButtonResponse. payload(String payload)The response payload associated with the clicked button.ContentButtonResponseContentButtonResponse. text(String text)The response text from the button click.ContentButtonResponseContentButtonResponse. type(ButtonResponseType type)Describes the button that resulted in the Button Response.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentButtonResponse Modifier and Type Method Description CleanMessageContentCleanMessageContent. buttonResponse(ContentButtonResponse buttonResponse)MessageContentMessageContent. buttonResponse(ContentButtonResponse buttonResponse)Button response content.voidCleanMessageContent. setButtonResponse(ContentButtonResponse buttonResponse)voidMessageContent. setButtonResponse(ContentButtonResponse buttonResponse)
-