google-apis-dialogflow_v2 0.121.0 → 0.123.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: 2df12b77c38ebf7b27dfdc566bcec9a4743a48f4524e971b733d5f4f1eab6b4c
|
|
4
|
+
data.tar.gz: 775590f0ff1ae0138ea2f25374c4ab72e0eb56ef6e674244b7b834998399cbdf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2db75d4dfc3db63c46abea76dcf49e2a30de46364077e9cfdf51064b6f77a61eed2643f8d2ce1fc6dd423676d0cc44e74b96faf37b6bcc59529753f940c05d2a
|
|
7
|
+
data.tar.gz: 73376f1b8aa79a3211a34c55b7cb4e1aa318137ec26ff3ef3b2c671183b005598be45f481a14150c45d0b6187507db62bb55a7f9acdc1131b0ee9e7919daf0cc
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dialogflow_v2
|
|
2
2
|
|
|
3
|
+
### v0.123.0 (2026-05-17)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260509
|
|
6
|
+
|
|
7
|
+
### v0.122.0 (2026-05-03)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260426
|
|
10
|
+
|
|
3
11
|
### v0.121.0 (2026-04-19)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260323
|
|
@@ -7997,6 +7997,18 @@ module Google
|
|
|
7997
7997
|
# @return [String]
|
|
7998
7998
|
attr_accessor :confirmation_requirement
|
|
7999
7999
|
|
|
8000
|
+
#
|
|
8001
|
+
# Corresponds to the JSON property `proactiveEnabled`
|
|
8002
|
+
# @return [Boolean]
|
|
8003
|
+
attr_accessor :proactive_enabled
|
|
8004
|
+
alias_method :proactive_enabled?, :proactive_enabled
|
|
8005
|
+
|
|
8006
|
+
#
|
|
8007
|
+
# Corresponds to the JSON property `reactiveEnabled`
|
|
8008
|
+
# @return [Boolean]
|
|
8009
|
+
attr_accessor :reactive_enabled
|
|
8010
|
+
alias_method :reactive_enabled?, :reactive_enabled
|
|
8011
|
+
|
|
8000
8012
|
def initialize(**args)
|
|
8001
8013
|
update!(**args)
|
|
8002
8014
|
end
|
|
@@ -8005,6 +8017,8 @@ module Google
|
|
|
8005
8017
|
def update!(**args)
|
|
8006
8018
|
@ces_app = args[:ces_app] if args.key?(:ces_app)
|
|
8007
8019
|
@confirmation_requirement = args[:confirmation_requirement] if args.key?(:confirmation_requirement)
|
|
8020
|
+
@proactive_enabled = args[:proactive_enabled] if args.key?(:proactive_enabled)
|
|
8021
|
+
@reactive_enabled = args[:reactive_enabled] if args.key?(:reactive_enabled)
|
|
8008
8022
|
end
|
|
8009
8023
|
end
|
|
8010
8024
|
|
|
@@ -13117,6 +13131,11 @@ module Google
|
|
|
13117
13131
|
# @return [String]
|
|
13118
13132
|
attr_accessor :answer_text
|
|
13119
13133
|
|
|
13134
|
+
#
|
|
13135
|
+
# Corresponds to the JSON property `eventSource`
|
|
13136
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource]
|
|
13137
|
+
attr_accessor :event_source
|
|
13138
|
+
|
|
13120
13139
|
#
|
|
13121
13140
|
# Corresponds to the JSON property `faqSource`
|
|
13122
13141
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource]
|
|
@@ -13127,6 +13146,11 @@ module Google
|
|
|
13127
13146
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
13128
13147
|
attr_accessor :generative_source
|
|
13129
13148
|
|
|
13149
|
+
#
|
|
13150
|
+
# Corresponds to the JSON property `playbookSource`
|
|
13151
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
13152
|
+
attr_accessor :playbook_source
|
|
13153
|
+
|
|
13130
13154
|
def initialize(**args)
|
|
13131
13155
|
update!(**args)
|
|
13132
13156
|
end
|
|
@@ -13134,8 +13158,35 @@ module Google
|
|
|
13134
13158
|
# Update properties of this object
|
|
13135
13159
|
def update!(**args)
|
|
13136
13160
|
@answer_text = args[:answer_text] if args.key?(:answer_text)
|
|
13161
|
+
@event_source = args[:event_source] if args.key?(:event_source)
|
|
13137
13162
|
@faq_source = args[:faq_source] if args.key?(:faq_source)
|
|
13138
13163
|
@generative_source = args[:generative_source] if args.key?(:generative_source)
|
|
13164
|
+
@playbook_source = args[:playbook_source] if args.key?(:playbook_source)
|
|
13165
|
+
end
|
|
13166
|
+
end
|
|
13167
|
+
|
|
13168
|
+
#
|
|
13169
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
13170
|
+
include Google::Apis::Core::Hashable
|
|
13171
|
+
|
|
13172
|
+
#
|
|
13173
|
+
# Corresponds to the JSON property `event`
|
|
13174
|
+
# @return [String]
|
|
13175
|
+
attr_accessor :event
|
|
13176
|
+
|
|
13177
|
+
#
|
|
13178
|
+
# Corresponds to the JSON property `snippets`
|
|
13179
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
13180
|
+
attr_accessor :snippets
|
|
13181
|
+
|
|
13182
|
+
def initialize(**args)
|
|
13183
|
+
update!(**args)
|
|
13184
|
+
end
|
|
13185
|
+
|
|
13186
|
+
# Update properties of this object
|
|
13187
|
+
def update!(**args)
|
|
13188
|
+
@event = args[:event] if args.key?(:event)
|
|
13189
|
+
@snippets = args[:snippets] if args.key?(:snippets)
|
|
13139
13190
|
end
|
|
13140
13191
|
end
|
|
13141
13192
|
|
|
@@ -20506,6 +20557,11 @@ module Google
|
|
|
20506
20557
|
# @return [String]
|
|
20507
20558
|
attr_accessor :answer_text
|
|
20508
20559
|
|
|
20560
|
+
#
|
|
20561
|
+
# Corresponds to the JSON property `eventSource`
|
|
20562
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource]
|
|
20563
|
+
attr_accessor :event_source
|
|
20564
|
+
|
|
20509
20565
|
#
|
|
20510
20566
|
# Corresponds to the JSON property `faqSource`
|
|
20511
20567
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource]
|
|
@@ -20516,6 +20572,11 @@ module Google
|
|
|
20516
20572
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
20517
20573
|
attr_accessor :generative_source
|
|
20518
20574
|
|
|
20575
|
+
#
|
|
20576
|
+
# Corresponds to the JSON property `playbookSource`
|
|
20577
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
20578
|
+
attr_accessor :playbook_source
|
|
20579
|
+
|
|
20519
20580
|
def initialize(**args)
|
|
20520
20581
|
update!(**args)
|
|
20521
20582
|
end
|
|
@@ -20523,8 +20584,35 @@ module Google
|
|
|
20523
20584
|
# Update properties of this object
|
|
20524
20585
|
def update!(**args)
|
|
20525
20586
|
@answer_text = args[:answer_text] if args.key?(:answer_text)
|
|
20587
|
+
@event_source = args[:event_source] if args.key?(:event_source)
|
|
20526
20588
|
@faq_source = args[:faq_source] if args.key?(:faq_source)
|
|
20527
20589
|
@generative_source = args[:generative_source] if args.key?(:generative_source)
|
|
20590
|
+
@playbook_source = args[:playbook_source] if args.key?(:playbook_source)
|
|
20591
|
+
end
|
|
20592
|
+
end
|
|
20593
|
+
|
|
20594
|
+
#
|
|
20595
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
20596
|
+
include Google::Apis::Core::Hashable
|
|
20597
|
+
|
|
20598
|
+
#
|
|
20599
|
+
# Corresponds to the JSON property `event`
|
|
20600
|
+
# @return [String]
|
|
20601
|
+
attr_accessor :event
|
|
20602
|
+
|
|
20603
|
+
#
|
|
20604
|
+
# Corresponds to the JSON property `snippets`
|
|
20605
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
|
|
20606
|
+
attr_accessor :snippets
|
|
20607
|
+
|
|
20608
|
+
def initialize(**args)
|
|
20609
|
+
update!(**args)
|
|
20610
|
+
end
|
|
20611
|
+
|
|
20612
|
+
# Update properties of this object
|
|
20613
|
+
def update!(**args)
|
|
20614
|
+
@event = args[:event] if args.key?(:event)
|
|
20615
|
+
@snippets = args[:snippets] if args.key?(:snippets)
|
|
20528
20616
|
end
|
|
20529
20617
|
end
|
|
20530
20618
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV2
|
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.123.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 = "20260509"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -2428,6 +2428,12 @@ module Google
|
|
|
2428
2428
|
include Google::Apis::Core::JsonObjectSupport
|
|
2429
2429
|
end
|
|
2430
2430
|
|
|
2431
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
2432
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
|
+
|
|
2434
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2435
|
+
end
|
|
2436
|
+
|
|
2431
2437
|
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource
|
|
2432
2438
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
2439
|
|
|
@@ -3796,6 +3802,12 @@ module Google
|
|
|
3796
3802
|
include Google::Apis::Core::JsonObjectSupport
|
|
3797
3803
|
end
|
|
3798
3804
|
|
|
3805
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
3806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3807
|
+
|
|
3808
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
3809
|
+
end
|
|
3810
|
+
|
|
3799
3811
|
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource
|
|
3800
3812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
3801
3813
|
|
|
@@ -6614,6 +6626,8 @@ module Google
|
|
|
6614
6626
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6615
6627
|
property :ces_app, as: 'cesApp'
|
|
6616
6628
|
property :confirmation_requirement, as: 'confirmationRequirement'
|
|
6629
|
+
property :proactive_enabled, as: 'proactiveEnabled'
|
|
6630
|
+
property :reactive_enabled, as: 'reactiveEnabled'
|
|
6617
6631
|
end
|
|
6618
6632
|
end
|
|
6619
6633
|
|
|
@@ -8206,10 +8220,23 @@ module Google
|
|
|
8206
8220
|
# @private
|
|
8207
8221
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8208
8222
|
property :answer_text, as: 'answerText'
|
|
8223
|
+
property :event_source, as: 'eventSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource::Representation
|
|
8224
|
+
|
|
8209
8225
|
property :faq_source, as: 'faqSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource::Representation
|
|
8210
8226
|
|
|
8211
8227
|
property :generative_source, as: 'generativeSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
8212
8228
|
|
|
8229
|
+
property :playbook_source, as: 'playbookSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
8230
|
+
|
|
8231
|
+
end
|
|
8232
|
+
end
|
|
8233
|
+
|
|
8234
|
+
class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
8235
|
+
# @private
|
|
8236
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8237
|
+
property :event, as: 'event'
|
|
8238
|
+
property :snippets, as: 'snippets', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
8239
|
+
|
|
8213
8240
|
end
|
|
8214
8241
|
end
|
|
8215
8242
|
|
|
@@ -10525,10 +10552,23 @@ module Google
|
|
|
10525
10552
|
# @private
|
|
10526
10553
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10527
10554
|
property :answer_text, as: 'answerText'
|
|
10555
|
+
property :event_source, as: 'eventSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource::Representation
|
|
10556
|
+
|
|
10528
10557
|
property :faq_source, as: 'faqSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource::Representation
|
|
10529
10558
|
|
|
10530
10559
|
property :generative_source, as: 'generativeSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
10531
10560
|
|
|
10561
|
+
property :playbook_source, as: 'playbookSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
10562
|
+
|
|
10563
|
+
end
|
|
10564
|
+
end
|
|
10565
|
+
|
|
10566
|
+
class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource
|
|
10567
|
+
# @private
|
|
10568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10569
|
+
property :event, as: 'event'
|
|
10570
|
+
property :snippets, as: 'snippets', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
|
|
10571
|
+
|
|
10532
10572
|
end
|
|
10533
10573
|
end
|
|
10534
10574
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.123.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_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.123.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|