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.MessageFormat
NotificationConfig.MessageFormat. forNumber(int value)
NotificationConfig.MessageFormat
NotificationConfig.Builder. getMessageFormat()
Format of message.NotificationConfig.MessageFormat
NotificationConfig. getMessageFormat()
Format of message.NotificationConfig.MessageFormat
NotificationConfigOrBuilder. getMessageFormat()
Format of message.static NotificationConfig.MessageFormat
NotificationConfig.MessageFormat. valueOf(int value)
Deprecated.static NotificationConfig.MessageFormat
NotificationConfig.MessageFormat. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NotificationConfig.MessageFormat
NotificationConfig.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.Builder
NotificationConfig.Builder. setMessageFormat(NotificationConfig.MessageFormat value)
Format of message.
-