This repository was archived by the owner on Aug 25, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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]
293294response = 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 )
Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1+ # Release History
2+
3+ ### 0.1.0 / 2018-04-16
4+
5+ * Initial release
Original file line number Diff line number Diff line change 1212
13131 . [ Select or create a Cloud Platform project.] ( https://console.cloud.google.com/project )
14142 . [ 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 )
16164 . [ Setup Authentication.] ( https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication )
1717
1818### Installation
You can’t perform that action at this time.
0 commit comments