Package | Description |
---|---|
com.google.cloud.dialogflow.v2 |
A client to Dialogflow API
|
Modifier and Type | Method and Description |
---|---|
static NotificationConfig.MessageFormat |
NotificationConfig.MessageFormat.forNumber(int value) |
NotificationConfig.MessageFormat |
NotificationConfig.getMessageFormat()
Format of message.
|
NotificationConfig.MessageFormat |
NotificationConfig.Builder.getMessageFormat()
Format of message.
|
NotificationConfig.MessageFormat |
NotificationConfigOrBuilder.getMessageFormat()
Format of message.
|
static NotificationConfig.MessageFormat |
NotificationConfig.MessageFormat.valueOf(Descriptors.EnumValueDescriptor desc) |
static NotificationConfig.MessageFormat |
NotificationConfig.MessageFormat.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
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.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<NotificationConfig.MessageFormat> |
NotificationConfig.MessageFormat.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
NotificationConfig.Builder |
NotificationConfig.Builder.setMessageFormat(NotificationConfig.MessageFormat value)
Format of message.
|
Copyright © 2022 Google LLC. All rights reserved.