Enum NotificationConfig.Types.MessageFormat (3.11.0)

public enum MessageFormat

Format of cloud pub/sub message.

Namespace

Google.Cloud.Dialogflow.V2

Assembly

Google.Cloud.Dialogflow.V2.dll

Fields

NameDescription
Json

Pub/Sub message will be json.

Proto

Pub/Sub message will be serialized proto.

Unspecified

If it is unspecified, PROTO will be used.