Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.Suggestion
-
Packages that use Suggestion Package Description com.google.api.services.rcsbusinessmessaging.v1 com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of Suggestion in com.google.api.services.rcsbusinessmessaging.v1
Methods in com.google.api.services.rcsbusinessmessaging.v1 that return Suggestion Modifier and Type Method Description SuggestionSuggestionHelper. getSuggestedReply()Converts this suggestion helper object into a RBM suggested reply.Method parameters in com.google.api.services.rcsbusinessmessaging.v1 with type arguments of type Suggestion Modifier and Type Method Description CardContentRbmApiHelper. createCardContent(java.lang.String title, java.lang.String description, java.lang.String imageUrl, MediaHeight height, java.util.List<Suggestion> suggestions)Creates a card content object based on the parameters.StandaloneCardRbmApiHelper. createStandaloneCard(java.lang.String title, java.lang.String description, java.lang.String imageUrl, MediaHeight height, CardOrientation orientation, java.util.List<Suggestion> suggestions)Creates a standalone card object based on the passed in parameters.voidRbmApiHelper. sendTextMessage(java.lang.String messageText, java.lang.String msisdn, java.util.List<Suggestion> suggestions)Generic method to send a text message using the RBM api to the user with the phone number msisdn. -
Uses of Suggestion in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return Suggestion Modifier and Type Method Description SuggestionSuggestion. clone()SuggestionSuggestion. set(java.lang.String fieldName, java.lang.Object value)SuggestionSuggestion. setAction(SuggestedAction action)Users can tap a suggested action to initiate the corresponding native action on the device.SuggestionSuggestion. setReply(SuggestedReply reply)Users can tap a suggested reply to send the text reply back to the agent.Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return types with arguments of type Suggestion Modifier and Type Method Description java.util.List<Suggestion>AgentContentMessage. getSuggestions()A list of suggested replies and suggested actions that appear as a list of suggestion chips following the associated agent message.java.util.List<Suggestion>CardContent. getSuggestions()(Optional) List of suggestions to include in the card.Method parameters in com.google.api.services.rcsbusinessmessaging.v1.model with type arguments of type Suggestion Modifier and Type Method Description AgentContentMessageAgentContentMessage. setSuggestions(java.util.List<Suggestion> suggestions)A list of suggested replies and suggested actions that appear as a list of suggestion chips following the associated agent message.CardContentCardContent. setSuggestions(java.util.List<Suggestion> suggestions)(Optional) List of suggestions to include in the card.
-