Skip to content

Commit

Permalink
DialogFlow fulfillment support (#4808) (#3286)
Browse files Browse the repository at this point in the history
* DialogFlow fulfillment support

* Apply Code Review suggestions

Signed-off-by: Modular Magician <magic-modules@google.com>
  • Loading branch information
modular-magician authored May 27, 2021
1 parent d1d9fad commit 4955f49
Show file tree
Hide file tree
Showing 6 changed files with 863 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .changelog/4808.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:new-resource
`google_dialogflow_fulfillment`
```
5 changes: 3 additions & 2 deletions google-beta/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -839,9 +839,9 @@ func Provider() *schema.Provider {
return provider
}

// Generated resources: 222
// Generated resources: 223
// Generated IAM resources: 117
// Total generated resources: 339
// Total generated resources: 340
func ResourceMap() map[string]*schema.Resource {
resourceMap, _ := ResourceMapWithErrors()
return resourceMap
Expand Down Expand Up @@ -1041,6 +1041,7 @@ func ResourceMapWithErrors() (map[string]*schema.Resource, error) {
"google_dialogflow_agent": resourceDialogflowAgent(),
"google_dialogflow_intent": resourceDialogflowIntent(),
"google_dialogflow_entity_type": resourceDialogflowEntityType(),
"google_dialogflow_fulfillment": resourceDialogflowFulfillment(),
"google_dns_managed_zone": resourceDNSManagedZone(),
"google_dns_policy": resourceDNSPolicy(),
"google_dns_record_set": resourceDNSResourceDnsRecordSet(),
Expand Down
Loading

0 comments on commit 4955f49

Please sign in to comment.