We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a47286a commit 0d47e8fCopy full SHA for 0d47e8f
packages/google-cloud-dialogflow/synth.py
@@ -22,7 +22,7 @@
22
gapic = gcp.GAPICGenerator()
23
versions = ['v2', 'v2beta1']
24
for version in versions:
25
- library = gapic.node_library('dialogflow', version)
+ library = gapic.node_library('dialogflow', version, config_path=version + '/artman_dialogflow_' + version + '.yaml')
26
s.copy(library, excludes=['package.json', 'README.md', 'src/index.js'])
27
28
common_templates = gcp.CommonTemplates()
0 commit comments