Uses of Class
com.google.cloud.dialogflow.v2beta1.NotificationConfig.MessageFormat
-
Packages that use NotificationConfig.MessageFormat Package Description com.google.cloud.dialogflow.v2beta1 A client to Dialogflow API -
-
Uses of NotificationConfig.MessageFormat in com.google.cloud.dialogflow.v2beta1
Methods in com.google.cloud.dialogflow.v2beta1 that return NotificationConfig.MessageFormat Modifier and Type Method Description static NotificationConfig.MessageFormatNotificationConfig.MessageFormat. forNumber(int value)NotificationConfig.MessageFormatNotificationConfig.Builder. getMessageFormat()Format of message.NotificationConfig.MessageFormatNotificationConfig. getMessageFormat()Format of message.NotificationConfig.MessageFormatNotificationConfigOrBuilder. getMessageFormat()Format of message.static NotificationConfig.MessageFormatNotificationConfig.MessageFormat. valueOf(int value)Deprecated.static NotificationConfig.MessageFormatNotificationConfig.MessageFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NotificationConfig.MessageFormatNotificationConfig.MessageFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationConfig.MessageFormat[]NotificationConfig.MessageFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.dialogflow.v2beta1 that return types with arguments of type NotificationConfig.MessageFormat Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NotificationConfig.MessageFormat>NotificationConfig.MessageFormat. internalGetValueMap()Methods in com.google.cloud.dialogflow.v2beta1 with parameters of type NotificationConfig.MessageFormat Modifier and Type Method Description NotificationConfig.BuilderNotificationConfig.Builder. setMessageFormat(NotificationConfig.MessageFormat value)Format of message.
-