Uses of Class
com.google.api.services.rcsbusinessmessaging.v1.model.CreateCalendarEventAction
-
Packages that use CreateCalendarEventAction Package Description com.google.api.services.rcsbusinessmessaging.v1.model -
-
Uses of CreateCalendarEventAction in com.google.api.services.rcsbusinessmessaging.v1.model
Methods in com.google.api.services.rcsbusinessmessaging.v1.model that return CreateCalendarEventAction Modifier and Type Method Description CreateCalendarEventActionCreateCalendarEventAction. clone()CreateCalendarEventActionSuggestedAction. getCreateCalendarEventAction()Opens the user's default calendar app and starts the new calendar event flow with the agent- specified event data pre-filled.CreateCalendarEventActionCreateCalendarEventAction. set(java.lang.String fieldName, java.lang.Object value)CreateCalendarEventActionCreateCalendarEventAction. setDescription(java.lang.String description)Event description.CreateCalendarEventActionCreateCalendarEventAction. setEndTime(java.lang.String endTime)Event end time.CreateCalendarEventActionCreateCalendarEventAction. setStartTime(java.lang.String startTime)Event start time.CreateCalendarEventActionCreateCalendarEventAction. setTitle(java.lang.String title)Event title.Methods in com.google.api.services.rcsbusinessmessaging.v1.model with parameters of type CreateCalendarEventAction Modifier and Type Method Description SuggestedActionSuggestedAction. setCreateCalendarEventAction(CreateCalendarEventAction createCalendarEventAction)Opens the user's default calendar app and starts the new calendar event flow with the agent- specified event data pre-filled.
-