Uses of Class
cloud.genesys.webmessaging.sdk.model.ContentPostback
-
Packages that use ContentPostback Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of ContentPostback in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return ContentPostback Modifier and Type Method Description ContentPostbackMessageContent. getPostback()ContentPostbackContentPostback. id(String id)An ID assigned to the button response.ContentPostbackContentPostback. payload(String payload)The response payload associated with the clicked button.ContentPostbackContentPostback. text(String text)The response text from the button click.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type ContentPostback Modifier and Type Method Description MessageContentMessageContent. postback(ContentPostback postback)Structured message postback (Deprecated).voidMessageContent. setPostback(ContentPostback postback)
-