Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.SuggestedReply
-
Packages that use SuggestedReply Package Description com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of SuggestedReply in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return SuggestedReply Modifier and Type Method Description SuggestedReplySuggestedReply. clone()SuggestedReplySuggestion. getReply()Users can tap a suggested reply to send the text reply back to the agent.SuggestedReplySuggestedReply. set(java.lang.String fieldName, java.lang.Object value)SuggestedReplySuggestedReply. setPostbackData(java.lang.String postbackData)The base64-encoded payload that the agent receives in a user event when the user taps the suggested reply.SuggestedReplySuggestedReply. setText(java.lang.String text)Text that is shown in the suggested reply and sent back to the agent when the user taps it.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type SuggestedReply Modifier and Type Method Description SuggestionSuggestion. setReply(SuggestedReply reply)Users can tap a suggested reply to send the text reply back to the agent.
-