Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.DialAction
-
Packages that use DialAction Package Description com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of DialAction in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return DialAction Modifier and Type Method Description DialActionDialAction. clone()DialActionSuggestedAction. getDialAction()Opens the user's default dialer app with the agent-specified phone number filled in.DialActionDialAction. set(java.lang.String fieldName, java.lang.Object value)DialActionDialAction. setPhoneNumber(java.lang.String phoneNumber)The phone number in E.164 format, for example, +12223334444.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type DialAction Modifier and Type Method Description SuggestedActionSuggestedAction. setDialAction(DialAction dialAction)Opens the user's default dialer app with the agent-specified phone number filled in.
-