Google Cloud Dialogflow V2 Client - Class MessageFormat (1.7.2)

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 \ NotificationConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
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;