-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DialogueFlow fulfillment support #6086
DialogueFlow fulfillment support #6086
Comments
I'm interested in working on this myself, but I'm really not sure how to get started (particularly with regards to the modular magician). If someone would be so nice as to point me at some resources for that, I'll see what I can do. |
Hi @rangerscience thanks for creating this, and for your interest in contributing! The Magic Modules repo README is definitely the best place to get you started. It has a link to a codelab that will give you an overview of Magic Modules and how to create resources. Looking over Dialogflow Fulfillments specifically, it seems that this would be best created as another resource, similar to Intents PR. Feel free to take a look at that PR as well. Fulfillments is much smaller than Intents, so there won't be as many fields to add in the api.yaml file. If you get going, I'd be happy to help and review your pull request. Otherwise, this will get tracked and prioritized as normal. |
Fantastic :) I'm keeping an eye out for time to put into this, but releasing the stable features is taking priority (as they're the first features, this is pretty understandable....) |
Hi team I hope you don't mind but I raised a PR to fix this issue GoogleCloudPlatform/magic-modules#4808 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Description
Support for setting DialogueFlow's fulfillment webhook.
New or Affected Resource(s)
Potential Terraform Configuration
References
API Docs:
https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects.agent/getFulfillment
https://cloud.google.com/dialogflow/docs/reference/rest/v2/projects.agent/updateFulfillment
https://cloud.google.com/dialogflow/docs/reference/rest/v2/Fulfillment
The text was updated successfully, but these errors were encountered: