Enum NotificationConfig.Types.MessageFormat (3.5.0)

public enum MessageFormat

Format of cloud pub/sub message.

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

NameDescription
Json

Pubsub message will be json.

Proto

Pubsub message will be serialized proto.

Unspecified

If it is unspeified, PROTO will be used.