Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

How to Create Dialogflow Integrations Using Terraform / Pulumi / CLI

Hi I am trying to apply Infrastructure-as-Code  to my Dialogflow SE Agent. How should I go about defining Telegram / Facebook integrations using gcloud cli / terraform or anything?

0 1 616
1 REPLY 1

Hello,

You can start with this setup quickstart followed by this one: interactions with the API. Here is the complete Dialogflow API reference
The GCP official Dialogflow github page has several integration examples, among which this messenger integration

On Pulumi side, I have found this documentation that you can reference. 

Other than that, you can try what other users have implemented, out of which, this example provides good explication.