google-cloud-dialogflow-cx 0.4.0 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 724af0ba534ae73630b061f8a6be69367e41a7e0ac7f85cf05e03baf22407e65
4
- data.tar.gz: 1f6b993c0c335122a9a0f54bca18110d347dea23e5f18c92c1f224b567c3f26f
3
+ metadata.gz: 4d409b175c5cdb7f751e44131ddcb5ed143dcd2778332aa5cccfe1ee0784ee14
4
+ data.tar.gz: 135b48d2c00f7ef74b9ea66d573e8ba906211f047c5524cd3a4154a2ced52169
5
5
  SHA512:
6
- metadata.gz: cdcfb5171c94d8e277216806af12f499a2692b9a40aaa0e2ee3692e4d9379aae9936c7babe34cb6661824af779cab4ea856bacee8025a00fe5c89fb4ec217773
7
- data.tar.gz: 1ff806d01f6faeda4616922505415022688e056f6cb7211cbb88809ca80deda6a3eaa46e639125484834a14a9c0857b470f7564b90d455894194a27ad78547e0
6
+ metadata.gz: b73869e16d541674431290c59e66a4f16ce2302b4f42bf6dfe26c094db04a2fb831941d59375909bd0b13b5f4a13bf633c03a0cad716a39cbf357905622d98d8
7
+ data.tar.gz: f57634b3e1f39c9657d2ff16cef9eeb2d735d443680291648d6b7aeeed9f159129c769fa987b9572b7a5d8b8165a703c64e97618c77f8d464ea16b049bbc74f7
data/README.md CHANGED
@@ -16,7 +16,7 @@ for this library, google-cloud-dialogflow-cx, to see the convenience methods for
16
16
  constructing client objects. Reference documentation for the client objects
17
17
  themselves can be found in the client library documentation for the versioned
18
18
  client gems:
19
- [google-cloud-dialogflow-cx-v3](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest).
19
+ [google-cloud-dialogflow-cx-v3](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest).
20
20
 
21
21
  See also the [Product Documentation](https://cloud.google.com/dialogflow)
22
22
  for more usage information.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Dialogflow
23
23
  module CX
24
- VERSION = "0.4.0"
24
+ VERSION = "1.0.0"
25
25
  end
26
26
  end
27
27
  end
@@ -49,7 +49,7 @@ module Google
49
49
  # Create a new client object for Pages.
50
50
  #
51
51
  # By default, this returns an instance of
52
- # [Google::Cloud::Dialogflow::CX::V3::Pages::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Pages/Client.html)
52
+ # [Google::Cloud::Dialogflow::CX::V3::Pages::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Pages-Client)
53
53
  # for a gRPC client for version V3 of the API.
54
54
  # However, you can specify a different API version by passing it in the
55
55
  # `version` parameter. If the Pages service is
@@ -83,7 +83,7 @@ module Google
83
83
  # Create a new client object for Flows.
84
84
  #
85
85
  # By default, this returns an instance of
86
- # [Google::Cloud::Dialogflow::CX::V3::Flows::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Flows/Client.html)
86
+ # [Google::Cloud::Dialogflow::CX::V3::Flows::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Flows-Client)
87
87
  # for a gRPC client for version V3 of the API.
88
88
  # However, you can specify a different API version by passing it in the
89
89
  # `version` parameter. If the Flows service is
@@ -117,7 +117,7 @@ module Google
117
117
  # Create a new client object for Agents.
118
118
  #
119
119
  # By default, this returns an instance of
120
- # [Google::Cloud::Dialogflow::CX::V3::Agents::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Agents/Client.html)
120
+ # [Google::Cloud::Dialogflow::CX::V3::Agents::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Agents-Client)
121
121
  # for a gRPC client for version V3 of the API.
122
122
  # However, you can specify a different API version by passing it in the
123
123
  # `version` parameter. If the Agents service is
@@ -151,7 +151,7 @@ module Google
151
151
  # Create a new client object for Changelogs.
152
152
  #
153
153
  # By default, this returns an instance of
154
- # [Google::Cloud::Dialogflow::CX::V3::Changelogs::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Changelogs/Client.html)
154
+ # [Google::Cloud::Dialogflow::CX::V3::Changelogs::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Changelogs-Client)
155
155
  # for a gRPC client for version V3 of the API.
156
156
  # However, you can specify a different API version by passing it in the
157
157
  # `version` parameter. If the Changelogs service is
@@ -185,7 +185,7 @@ module Google
185
185
  # Create a new client object for Deployments.
186
186
  #
187
187
  # By default, this returns an instance of
188
- # [Google::Cloud::Dialogflow::CX::V3::Deployments::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Deployments/Client.html)
188
+ # [Google::Cloud::Dialogflow::CX::V3::Deployments::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Deployments-Client)
189
189
  # for a gRPC client for version V3 of the API.
190
190
  # However, you can specify a different API version by passing it in the
191
191
  # `version` parameter. If the Deployments service is
@@ -219,7 +219,7 @@ module Google
219
219
  # Create a new client object for EntityTypes.
220
220
  #
221
221
  # By default, this returns an instance of
222
- # [Google::Cloud::Dialogflow::CX::V3::EntityTypes::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/EntityTypes/Client.html)
222
+ # [Google::Cloud::Dialogflow::CX::V3::EntityTypes::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-EntityTypes-Client)
223
223
  # for a gRPC client for version V3 of the API.
224
224
  # However, you can specify a different API version by passing it in the
225
225
  # `version` parameter. If the EntityTypes service is
@@ -253,7 +253,7 @@ module Google
253
253
  # Create a new client object for Intents.
254
254
  #
255
255
  # By default, this returns an instance of
256
- # [Google::Cloud::Dialogflow::CX::V3::Intents::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Intents/Client.html)
256
+ # [Google::Cloud::Dialogflow::CX::V3::Intents::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Intents-Client)
257
257
  # for a gRPC client for version V3 of the API.
258
258
  # However, you can specify a different API version by passing it in the
259
259
  # `version` parameter. If the Intents service is
@@ -287,7 +287,7 @@ module Google
287
287
  # Create a new client object for SessionEntityTypes.
288
288
  #
289
289
  # By default, this returns an instance of
290
- # [Google::Cloud::Dialogflow::CX::V3::SessionEntityTypes::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/SessionEntityTypes/Client.html)
290
+ # [Google::Cloud::Dialogflow::CX::V3::SessionEntityTypes::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-SessionEntityTypes-Client)
291
291
  # for a gRPC client for version V3 of the API.
292
292
  # However, you can specify a different API version by passing it in the
293
293
  # `version` parameter. If the SessionEntityTypes service is
@@ -322,7 +322,7 @@ module Google
322
322
  # Create a new client object for Sessions.
323
323
  #
324
324
  # By default, this returns an instance of
325
- # [Google::Cloud::Dialogflow::CX::V3::Sessions::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Sessions/Client.html)
325
+ # [Google::Cloud::Dialogflow::CX::V3::Sessions::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Sessions-Client)
326
326
  # for a gRPC client for version V3 of the API.
327
327
  # However, you can specify a different API version by passing it in the
328
328
  # `version` parameter. If the Sessions service is
@@ -359,7 +359,7 @@ module Google
359
359
  # Create a new client object for TransitionRouteGroups.
360
360
  #
361
361
  # By default, this returns an instance of
362
- # [Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/TransitionRouteGroups/Client.html)
362
+ # [Google::Cloud::Dialogflow::CX::V3::TransitionRouteGroups::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-TransitionRouteGroups-Client)
363
363
  # for a gRPC client for version V3 of the API.
364
364
  # However, you can specify a different API version by passing it in the
365
365
  # `version` parameter. If the TransitionRouteGroups service is
@@ -394,7 +394,7 @@ module Google
394
394
  # Create a new client object for TestCases.
395
395
  #
396
396
  # By default, this returns an instance of
397
- # [Google::Cloud::Dialogflow::CX::V3::TestCases::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/TestCases/Client.html)
397
+ # [Google::Cloud::Dialogflow::CX::V3::TestCases::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-TestCases-Client)
398
398
  # for a gRPC client for version V3 of the API.
399
399
  # However, you can specify a different API version by passing it in the
400
400
  # `version` parameter. If the TestCases service is
@@ -429,7 +429,7 @@ module Google
429
429
  # Create a new client object for Webhooks.
430
430
  #
431
431
  # By default, this returns an instance of
432
- # [Google::Cloud::Dialogflow::CX::V3::Webhooks::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Webhooks/Client.html)
432
+ # [Google::Cloud::Dialogflow::CX::V3::Webhooks::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Webhooks-Client)
433
433
  # for a gRPC client for version V3 of the API.
434
434
  # However, you can specify a different API version by passing it in the
435
435
  # `version` parameter. If the Webhooks service is
@@ -463,7 +463,7 @@ module Google
463
463
  # Create a new client object for Environments.
464
464
  #
465
465
  # By default, this returns an instance of
466
- # [Google::Cloud::Dialogflow::CX::V3::Environments::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Environments/Client.html)
466
+ # [Google::Cloud::Dialogflow::CX::V3::Environments::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Environments-Client)
467
467
  # for a gRPC client for version V3 of the API.
468
468
  # However, you can specify a different API version by passing it in the
469
469
  # `version` parameter. If the Environments service is
@@ -498,7 +498,7 @@ module Google
498
498
  # Create a new client object for Experiments.
499
499
  #
500
500
  # By default, this returns an instance of
501
- # [Google::Cloud::Dialogflow::CX::V3::Experiments::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Experiments/Client.html)
501
+ # [Google::Cloud::Dialogflow::CX::V3::Experiments::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Experiments-Client)
502
502
  # for a gRPC client for version V3 of the API.
503
503
  # However, you can specify a different API version by passing it in the
504
504
  # `version` parameter. If the Experiments service is
@@ -532,7 +532,7 @@ module Google
532
532
  # Create a new client object for SecuritySettingsService.
533
533
  #
534
534
  # By default, this returns an instance of
535
- # [Google::Cloud::Dialogflow::CX::V3::SecuritySettingsService::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/SecuritySettingsService/Client.html)
535
+ # [Google::Cloud::Dialogflow::CX::V3::SecuritySettingsService::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-SecuritySettingsService-Client)
536
536
  # for a gRPC client for version V3 of the API.
537
537
  # However, you can specify a different API version by passing it in the
538
538
  # `version` parameter. If the SecuritySettingsService service is
@@ -566,7 +566,7 @@ module Google
566
566
  # Create a new client object for Versions.
567
567
  #
568
568
  # By default, this returns an instance of
569
- # [Google::Cloud::Dialogflow::CX::V3::Versions::Client](https://googleapis.dev/ruby/google-cloud-dialogflow-cx-v3/latest/Google/Cloud/Dialogflow/CX/V3/Versions/Client.html)
569
+ # [Google::Cloud::Dialogflow::CX::V3::Versions::Client](https://cloud.google.com/ruby/docs/reference/google-cloud-dialogflow-cx-v3/latest/Google-Cloud-Dialogflow-CX-V3-Versions-Client)
570
570
  # for a gRPC client for version V3 of the API.
571
571
  # However, you can specify a different API version by passing it in the
572
572
  # `version` parameter. If the Versions service is
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-cx
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-09 00:00:00.000000000 Z
11
+ date: 2023-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core