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?
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.