google-cloud-dialogflow-v2 0.6.1 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/dialogflow/v2/agents/client.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/agents/operations.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/contexts/client.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/environments/client.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/intents/client.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/intents/operations.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/sessions/client.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 262f6977a09dba5e374a427ea93c384f786ed3cc851f9f2563500b3022123746
|
|
4
|
+
data.tar.gz: b82dd4c3c3b64355d0064c3f660e5fa44c466be4bc51d992a9b75f7a6a8b815a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3e1a6f59778442847aeee5832f06341e05ca758bede572dc040c3cba15848aeabe66bd4b11fde7fdbdcb9f2b0b552b0e0a95d783addb4bad77fa272d4e14f30
|
|
7
|
+
data.tar.gz: 23c03ae48e93cc0645793e4095d05f542d2ff0d9aa64d5b7c512061ef95068d3419f63e768e9ef5951abfcd6d3b94a422ae52df31abe48eea12d84c8081c109c
|
|
@@ -1011,7 +1011,7 @@ module Google
|
|
|
1011
1011
|
def rpcs
|
|
1012
1012
|
@rpcs ||= begin
|
|
1013
1013
|
parent_rpcs = nil
|
|
1014
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
1014
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
1015
1015
|
Rpcs.new parent_rpcs
|
|
1016
1016
|
end
|
|
1017
1017
|
end
|
|
@@ -503,7 +503,7 @@ module Google
|
|
|
503
503
|
def rpcs
|
|
504
504
|
@rpcs ||= begin
|
|
505
505
|
parent_rpcs = nil
|
|
506
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
506
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
507
507
|
Rpcs.new parent_rpcs
|
|
508
508
|
end
|
|
509
509
|
end
|
|
@@ -743,7 +743,7 @@ module Google
|
|
|
743
743
|
def rpcs
|
|
744
744
|
@rpcs ||= begin
|
|
745
745
|
parent_rpcs = nil
|
|
746
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
746
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
747
747
|
Rpcs.new parent_rpcs
|
|
748
748
|
end
|
|
749
749
|
end
|
|
@@ -1114,7 +1114,7 @@ module Google
|
|
|
1114
1114
|
def rpcs
|
|
1115
1115
|
@rpcs ||= begin
|
|
1116
1116
|
parent_rpcs = nil
|
|
1117
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
1117
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
1118
1118
|
Rpcs.new parent_rpcs
|
|
1119
1119
|
end
|
|
1120
1120
|
end
|
|
@@ -503,7 +503,7 @@ module Google
|
|
|
503
503
|
def rpcs
|
|
504
504
|
@rpcs ||= begin
|
|
505
505
|
parent_rpcs = nil
|
|
506
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
506
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
507
507
|
Rpcs.new parent_rpcs
|
|
508
508
|
end
|
|
509
509
|
end
|
|
@@ -338,7 +338,7 @@ module Google
|
|
|
338
338
|
def rpcs
|
|
339
339
|
@rpcs ||= begin
|
|
340
340
|
parent_rpcs = nil
|
|
341
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
341
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
342
342
|
Rpcs.new parent_rpcs
|
|
343
343
|
end
|
|
344
344
|
end
|
|
@@ -874,7 +874,7 @@ module Google
|
|
|
874
874
|
def rpcs
|
|
875
875
|
@rpcs ||= begin
|
|
876
876
|
parent_rpcs = nil
|
|
877
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
877
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
878
878
|
Rpcs.new parent_rpcs
|
|
879
879
|
end
|
|
880
880
|
end
|
|
@@ -503,7 +503,7 @@ module Google
|
|
|
503
503
|
def rpcs
|
|
504
504
|
@rpcs ||= begin
|
|
505
505
|
parent_rpcs = nil
|
|
506
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
506
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
507
507
|
Rpcs.new parent_rpcs
|
|
508
508
|
end
|
|
509
509
|
end
|
|
@@ -686,7 +686,7 @@ module Google
|
|
|
686
686
|
def rpcs
|
|
687
687
|
@rpcs ||= begin
|
|
688
688
|
parent_rpcs = nil
|
|
689
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
689
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
690
690
|
Rpcs.new parent_rpcs
|
|
691
691
|
end
|
|
692
692
|
end
|
|
@@ -421,7 +421,7 @@ module Google
|
|
|
421
421
|
def rpcs
|
|
422
422
|
@rpcs ||= begin
|
|
423
423
|
parent_rpcs = nil
|
|
424
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
424
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
425
425
|
Rpcs.new parent_rpcs
|
|
426
426
|
end
|
|
427
427
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-dialogflow-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -256,7 +256,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
256
256
|
- !ruby/object:Gem::Version
|
|
257
257
|
version: '0'
|
|
258
258
|
requirements: []
|
|
259
|
-
rubygems_version: 3.
|
|
259
|
+
rubygems_version: 3.1.3
|
|
260
260
|
signing_key:
|
|
261
261
|
specification_version: 4
|
|
262
262
|
summary: API Client library for the Dialogflow V2 API
|