Google Cloud Dialogflow v2 API - Enum NotificationConfig.Types.MessageFormat (4.18.0)

public enum NotificationConfig.Types.MessageFormat

Reference documentation and code samples for the Google Cloud Dialogflow v2 API enum NotificationConfig.Types.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.