Module: Google::Cloud::Dialogflow::V2::NotificationConfig::MessageFormat
- Defined in:
- proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb
Overview
Format of cloud pub/sub message.
Constant Summary collapse
- MESSAGE_FORMAT_UNSPECIFIED =
If it is unspecified, PROTO will be used.
0
- PROTO =
Pub/Sub message will be serialized proto.
1
- JSON =
Pub/Sub message will be json.
2