diff --git a/packages/google-cloud-dialogflow/README.md b/packages/google-cloud-dialogflow/README.md index 99d7c51fafc..093f4e9fc83 100644 --- a/packages/google-cloud-dialogflow/README.md +++ b/packages/google-cloud-dialogflow/README.md @@ -122,6 +122,7 @@ Samples are in the [`samples/`](https://github.com/googleapis/nodejs-dialogflow/ | List-intents | [source code](https://github.com/googleapis/nodejs-dialogflow/blob/main/samples/list-intents.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-dialogflow&page=editor&open_in_editor=samples/list-intents.js,samples/README.md) | | Quickstart | [source code](https://github.com/googleapis/nodejs-dialogflow/blob/main/samples/quickstart.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-dialogflow&page=editor&open_in_editor=samples/quickstart.js,samples/README.md) | | Resource | [source code](https://github.com/googleapis/nodejs-dialogflow/blob/main/samples/resource.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-dialogflow&page=editor&open_in_editor=samples/resource.js,samples/README.md) | +| Update-intent | [source code](https://github.com/googleapis/nodejs-dialogflow/blob/main/samples/update-intent.js) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-dialogflow&page=editor&open_in_editor=samples/update-intent.js,samples/README.md) | diff --git a/packages/google-cloud-dialogflow/linkinator.config.json b/packages/google-cloud-dialogflow/linkinator.config.json index 29a223b6db6..3f298412247 100644 --- a/packages/google-cloud-dialogflow/linkinator.config.json +++ b/packages/google-cloud-dialogflow/linkinator.config.json @@ -3,7 +3,8 @@ "skip": [ "https://codecov.io/gh/googleapis/", "www.googleapis.com", - "img.shields.io" + "img.shields.io", + "https://github.com/googleapis/nodejs-dialogflow/blob/master/samples/update-intent.js" ], "silent": true, "concurrency": 10 diff --git a/packages/google-cloud-dialogflow/samples/README.md b/packages/google-cloud-dialogflow/samples/README.md index d77f8fe8afb..9a4d903d422 100644 --- a/packages/google-cloud-dialogflow/samples/README.md +++ b/packages/google-cloud-dialogflow/samples/README.md @@ -21,6 +21,7 @@ * [List-intents](#list-intents) * [Quickstart](#quickstart) * [Resource](#resource) + * [Update-intent](#update-intent) ## Before you begin @@ -168,6 +169,23 @@ __Usage:__ `node samples/resource.js` +----- + + + + +### Update-intent + +View the [source code](https://github.com/googleapis/nodejs-dialogflow/blob/main/samples/update-intent.js). + +[![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-dialogflow&page=editor&open_in_editor=samples/update-intent.js,samples/README.md) + +__Usage:__ + + +`node samples/update-intent.js` + +