Google Cloud Dialogflow v2beta1 API - Enum NotificationConfig.Types.MessageFormat (1.0.0-beta15)

public enum NotificationConfig.Types.MessageFormat

Reference documentation and code samples for the Google Cloud Dialogflow v2beta1 API enum NotificationConfig.Types.MessageFormat.

Format of cloud pub/sub message.

Namespace

Google.Cloud.Dialogflow.V2Beta1

Assembly

Google.Cloud.Dialogflow.V2Beta1.dll

Fields

Name Description
Json

Pub/Sub message will be json.

Proto

Pub/Sub message will be serialized proto.

Unspecified

If it is unspecified, PROTO will be used.