google-apis-dialogflow_v2beta1 0.108.0 → 0.109.0
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ebd74159bc2b01a1d1ef98bf4b42b62cff2d14b4c35b569f094149f34fd5ccf
|
4
|
+
data.tar.gz: 288243de12a6c77fce6b9b4c6ddc7003fc767c48c086302b268206c5f94ac40f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 72c6e76df17f088550b89cd06af5446e8a1d43328929402271b7fb5c14c7b6fdda0578d905d850ab943e3e4ea8546fc2001a2290ae3fdef6bafe58113919bf82
|
7
|
+
data.tar.gz: a7421f717903b57fd44cb56d11c81e54ca9923e32ec9dc9d3a5ccda7ee35945719302056eb279b995e149c39f92d7a351928e16264cb5a5a7cd5441dccca111e
|
data/CHANGELOG.md
CHANGED
@@ -11925,6 +11925,11 @@ module Google
|
|
11925
11925
|
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer]
|
11926
11926
|
attr_accessor :faq_answer
|
11927
11927
|
|
11928
|
+
# Suggestion generated using a Generator.
|
11929
|
+
# Corresponds to the JSON property `generatorSuggestion`
|
11930
|
+
# @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion]
|
11931
|
+
attr_accessor :generator_suggestion
|
11932
|
+
|
11928
11933
|
def initialize(**args)
|
11929
11934
|
update!(**args)
|
11930
11935
|
end
|
@@ -11934,6 +11939,7 @@ module Google
|
|
11934
11939
|
@article_suggestion_answer = args[:article_suggestion_answer] if args.key?(:article_suggestion_answer)
|
11935
11940
|
@dialogflow_assist_answer = args[:dialogflow_assist_answer] if args.key?(:dialogflow_assist_answer)
|
11936
11941
|
@faq_answer = args[:faq_answer] if args.key?(:faq_answer)
|
11942
|
+
@generator_suggestion = args[:generator_suggestion] if args.key?(:generator_suggestion)
|
11937
11943
|
end
|
11938
11944
|
end
|
11939
11945
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2beta1
|
18
18
|
# Version of the google-apis-dialogflow_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.109.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250812"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -6807,6 +6807,8 @@ module Google
|
|
6807
6807
|
|
6808
6808
|
property :faq_answer, as: 'faqAnswer', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1FaqAnswer::Representation
|
6809
6809
|
|
6810
|
+
property :generator_suggestion, as: 'generatorSuggestion', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1GeneratorSuggestion::Representation
|
6811
|
+
|
6810
6812
|
end
|
6811
6813
|
end
|
6812
6814
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.109.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.109.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|