Reference documentation and code samples for the Google Cloud Dialogflow V2 Client class MessageFormat.
Format of cloud pub/sub message.
Protobuf type google.cloud.dialogflow.v2.NotificationConfig.MessageFormat
Namespace
Google \ Cloud \ Dialogflow \ V2 \ NotificationConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
MESSAGE_FORMAT_UNSPECIFIED
Value: 0
If it is unspecified, PROTO will be used.
Generated from protobuf enum MESSAGE_FORMAT_UNSPECIFIED = 0;
PROTO
Value: 1
Pub/Sub message will be serialized proto.
Generated from protobuf enum PROTO = 1;
JSON
Value: 2
Pub/Sub message will be json.
Generated from protobuf enum JSON = 2;