Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

Commit e6db951

Browse files
committed
Release google-cloud-dialogflow 0.1.0
* Initial release
1 parent ba61dce commit e6db951

5 files changed

Lines changed: 30 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ This client supports the following Google Cloud Platform services at an [Alpha](
3636
* [Container Engine](#container-engine-alpha) (Alpha)
3737
* [Cloud Dataproc](#cloud-dataproc-alpha) (Alpha)
3838
* [Data Loss Prevention](#data-loss-prevention-alpha) (Alpha)
39+
* [Dialogflow API](#dialogflow-api-alpha) (Alpha)
3940
* [Cloud DNS](#cloud-dns-alpha) (Alpha)
4041
* [Cloud Natural Language API](#cloud-natural-language-api-alpha) (Alpha)
4142
* [Cloud OS Login](#cloud-os-login-alpha) (Alpha)
@@ -293,6 +294,19 @@ items = [items_element]
293294
response = dlp_service_client.inspect_content(inspect_config, items)
294295
```
295296

297+
### Dialogflow API (Alpha)
298+
299+
- [google-cloud-dialogflow README](google-cloud-dialogflow/README.md)
300+
- [google-cloud-dialogflow API documentation](http://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud-dialogflow/latest)
301+
- [google-cloud-dialogflow on RubyGems](https://rubygems.org/gems/google-cloud-dialogflow)
302+
- [Dialogflow API documentation](https://cloud.google.com/dialogflow-enterprise/docs/)
303+
304+
#### Quick Start
305+
306+
```sh
307+
$ gem install google-cloud-dialogflow
308+
```
309+
296310
### Stackdriver Error Reporting (Beta)
297311

298312
- [google-cloud-error_reporting README](google-cloud-error_reporting/README.md)

Rakefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,7 @@ namespace :jsondoc do
296296
"google-cloud-core",
297297
"google-cloud-dataproc",
298298
"google-cloud-datastore",
299+
"google-cloud-dialogflow",
299300
"google-cloud-dlp",
300301
"google-cloud-dns",
301302
"google-cloud-error_reporting",

docs/manifest.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,15 @@
186186
"v0.24.0"
187187
]
188188
},
189+
{
190+
"id": "google-cloud-dialogflow",
191+
"name": "google-cloud-dialogflow",
192+
"defaultService": "google/cloud/dialogflow",
193+
"versions": [
194+
"v0.1.0",
195+
"master"
196+
]
197+
},
189198
{
190199
"id": "google-cloud-dlp",
191200
"name": "google-cloud-dlp",
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Release History
2+
3+
### 0.1.0 / 2018-04-16
4+
5+
* Initial release

google-cloud-dialogflow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ steps:
1212

1313
1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
1414
2. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
15-
3. [Enable the Dialogflow API.](https://console.cloud.google.com/apis/api/dialogflow)
15+
3. [Enable the Dialogflow API.](https://console.cloud.google.com/apis/library/dialogflow.googleapis.com)
1616
4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
1717

1818
### Installation

0 commit comments

Comments
 (0)