google-apis-dialogflow_v2 0.120.0 → 0.122.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: 470395df4adb4023f7446760d97131aa47f4d4f439b56db6110e683085e33801
4
- data.tar.gz: 6c22c21a7a27889e948d15b818441b6c91f70bd12b11e83807b0df32653be2a3
3
+ metadata.gz: 8b0f7609f904315d673277805d10ea5405aa6fdfbd7a4234f9ef15cac76bea7b
4
+ data.tar.gz: d39a97eb81da624cc9978e632bfc5a83b873168682e8985300bbf8402fd3e919
5
5
  SHA512:
6
- metadata.gz: e7347577c368ad6d00a864b33f2b730ab96b86dd5efdd9b2e168312b46be2e3e9261719e58ce0c3058c694543100bdac59cce6103e72989cc7fca307f9d7c514
7
- data.tar.gz: 45944efeffe1fb8cf0a0627615fd9a05f0d2ad42b4cc8354614842c8e3526eb7fb727598eae5a093416ff08e2fd877e4934f3d7ef125ad815976d77f2ad666a3
6
+ metadata.gz: b77310ef01e9d89b10ad21a3b29dbbe41d71062109a06960c5fd0e50d583eba0d3ccfb3a677d91699172415cd2e1d83c6f681bfd961c9abfba4040c6e221e950
7
+ data.tar.gz: a3eca236a3fdf3c575998542892322d67d67b4aeba19a4daeb4521f5e2a752f6943988ba5c946803b0dae9f4d2178b4a72b686e6cfe7b0cc930beac920ea87b6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.122.0 (2026-05-03)
4
+
5
+ * Regenerated from discovery document revision 20260426
6
+
7
+ ### v0.121.0 (2026-04-19)
8
+
9
+ * Regenerated from discovery document revision 20260323
10
+
3
11
  ### v0.120.0 (2026-03-22)
4
12
 
5
13
  * Regenerated from discovery document revision 20260313
@@ -7983,6 +7983,56 @@ module Google
7983
7983
  end
7984
7984
  end
7985
7985
 
7986
+ #
7987
+ class GoogleCloudDialogflowV2CesAppSpec
7988
+ include Google::Apis::Core::Hashable
7989
+
7990
+ #
7991
+ # Corresponds to the JSON property `cesApp`
7992
+ # @return [String]
7993
+ attr_accessor :ces_app
7994
+
7995
+ #
7996
+ # Corresponds to the JSON property `confirmationRequirement`
7997
+ # @return [String]
7998
+ attr_accessor :confirmation_requirement
7999
+
8000
+ def initialize(**args)
8001
+ update!(**args)
8002
+ end
8003
+
8004
+ # Update properties of this object
8005
+ def update!(**args)
8006
+ @ces_app = args[:ces_app] if args.key?(:ces_app)
8007
+ @confirmation_requirement = args[:confirmation_requirement] if args.key?(:confirmation_requirement)
8008
+ end
8009
+ end
8010
+
8011
+ #
8012
+ class GoogleCloudDialogflowV2CesToolSpec
8013
+ include Google::Apis::Core::Hashable
8014
+
8015
+ #
8016
+ # Corresponds to the JSON property `cesTool`
8017
+ # @return [String]
8018
+ attr_accessor :ces_tool
8019
+
8020
+ #
8021
+ # Corresponds to the JSON property `confirmationRequirement`
8022
+ # @return [String]
8023
+ attr_accessor :confirmation_requirement
8024
+
8025
+ def initialize(**args)
8026
+ update!(**args)
8027
+ end
8028
+
8029
+ # Update properties of this object
8030
+ def update!(**args)
8031
+ @ces_tool = args[:ces_tool] if args.key?(:ces_tool)
8032
+ @confirmation_requirement = args[:confirmation_requirement] if args.key?(:confirmation_requirement)
8033
+ end
8034
+ end
8035
+
7986
8036
  #
7987
8037
  class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
7988
8038
  include Google::Apis::Core::Hashable
@@ -10305,6 +10355,16 @@ module Google
10305
10355
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentCoachingContext]
10306
10356
  attr_accessor :agent_coaching_context
10307
10357
 
10358
+ #
10359
+ # Corresponds to the JSON property `cesAppSpecs`
10360
+ # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CesAppSpec>]
10361
+ attr_accessor :ces_app_specs
10362
+
10363
+ #
10364
+ # Corresponds to the JSON property `cesToolSpecs`
10365
+ # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CesToolSpec>]
10366
+ attr_accessor :ces_tool_specs
10367
+
10308
10368
  #
10309
10369
  # Corresponds to the JSON property `createTime`
10310
10370
  # @return [String]
@@ -10350,6 +10410,11 @@ module Google
10350
10410
  # @return [Array<String>]
10351
10411
  attr_accessor :tools
10352
10412
 
10413
+ #
10414
+ # Corresponds to the JSON property `toolsetTools`
10415
+ # @return [Array<Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolsetTool>]
10416
+ attr_accessor :toolset_tools
10417
+
10353
10418
  #
10354
10419
  # Corresponds to the JSON property `triggerEvent`
10355
10420
  # @return [String]
@@ -10367,6 +10432,8 @@ module Google
10367
10432
  # Update properties of this object
10368
10433
  def update!(**args)
10369
10434
  @agent_coaching_context = args[:agent_coaching_context] if args.key?(:agent_coaching_context)
10435
+ @ces_app_specs = args[:ces_app_specs] if args.key?(:ces_app_specs)
10436
+ @ces_tool_specs = args[:ces_tool_specs] if args.key?(:ces_tool_specs)
10370
10437
  @create_time = args[:create_time] if args.key?(:create_time)
10371
10438
  @description = args[:description] if args.key?(:description)
10372
10439
  @free_form_context = args[:free_form_context] if args.key?(:free_form_context)
@@ -10376,6 +10443,7 @@ module Google
10376
10443
  @suggestion_deduping_config = args[:suggestion_deduping_config] if args.key?(:suggestion_deduping_config)
10377
10444
  @summarization_context = args[:summarization_context] if args.key?(:summarization_context)
10378
10445
  @tools = args[:tools] if args.key?(:tools)
10446
+ @toolset_tools = args[:toolset_tools] if args.key?(:toolset_tools)
10379
10447
  @trigger_event = args[:trigger_event] if args.key?(:trigger_event)
10380
10448
  @update_time = args[:update_time] if args.key?(:update_time)
10381
10449
  end
@@ -13049,6 +13117,11 @@ module Google
13049
13117
  # @return [String]
13050
13118
  attr_accessor :answer_text
13051
13119
 
13120
+ #
13121
+ # Corresponds to the JSON property `eventSource`
13122
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource]
13123
+ attr_accessor :event_source
13124
+
13052
13125
  #
13053
13126
  # Corresponds to the JSON property `faqSource`
13054
13127
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource]
@@ -13059,6 +13132,11 @@ module Google
13059
13132
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
13060
13133
  attr_accessor :generative_source
13061
13134
 
13135
+ #
13136
+ # Corresponds to the JSON property `playbookSource`
13137
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
13138
+ attr_accessor :playbook_source
13139
+
13062
13140
  def initialize(**args)
13063
13141
  update!(**args)
13064
13142
  end
@@ -13066,8 +13144,35 @@ module Google
13066
13144
  # Update properties of this object
13067
13145
  def update!(**args)
13068
13146
  @answer_text = args[:answer_text] if args.key?(:answer_text)
13147
+ @event_source = args[:event_source] if args.key?(:event_source)
13069
13148
  @faq_source = args[:faq_source] if args.key?(:faq_source)
13070
13149
  @generative_source = args[:generative_source] if args.key?(:generative_source)
13150
+ @playbook_source = args[:playbook_source] if args.key?(:playbook_source)
13151
+ end
13152
+ end
13153
+
13154
+ #
13155
+ class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource
13156
+ include Google::Apis::Core::Hashable
13157
+
13158
+ #
13159
+ # Corresponds to the JSON property `event`
13160
+ # @return [String]
13161
+ attr_accessor :event
13162
+
13163
+ #
13164
+ # Corresponds to the JSON property `snippets`
13165
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
13166
+ attr_accessor :snippets
13167
+
13168
+ def initialize(**args)
13169
+ update!(**args)
13170
+ end
13171
+
13172
+ # Update properties of this object
13173
+ def update!(**args)
13174
+ @event = args[:event] if args.key?(:event)
13175
+ @snippets = args[:snippets] if args.key?(:snippets)
13071
13176
  end
13072
13177
  end
13073
13178
 
@@ -16988,6 +17093,21 @@ module Google
16988
17093
  # @return [String]
16989
17094
  attr_accessor :answer_record
16990
17095
 
17096
+ #
17097
+ # Corresponds to the JSON property `cesApp`
17098
+ # @return [String]
17099
+ attr_accessor :ces_app
17100
+
17101
+ #
17102
+ # Corresponds to the JSON property `cesTool`
17103
+ # @return [String]
17104
+ attr_accessor :ces_tool
17105
+
17106
+ #
17107
+ # Corresponds to the JSON property `cesToolset`
17108
+ # @return [String]
17109
+ attr_accessor :ces_toolset
17110
+
16991
17111
  #
16992
17112
  # Corresponds to the JSON property `createTime`
16993
17113
  # @return [String]
@@ -17026,6 +17146,9 @@ module Google
17026
17146
  def update!(**args)
17027
17147
  @action = args[:action] if args.key?(:action)
17028
17148
  @answer_record = args[:answer_record] if args.key?(:answer_record)
17149
+ @ces_app = args[:ces_app] if args.key?(:ces_app)
17150
+ @ces_tool = args[:ces_tool] if args.key?(:ces_tool)
17151
+ @ces_toolset = args[:ces_toolset] if args.key?(:ces_toolset)
17029
17152
  @create_time = args[:create_time] if args.key?(:create_time)
17030
17153
  @input_parameters = args[:input_parameters] if args.key?(:input_parameters)
17031
17154
  @state = args[:state] if args.key?(:state)
@@ -17049,6 +17172,21 @@ module Google
17049
17172
  # @return [String]
17050
17173
  attr_accessor :answer_record
17051
17174
 
17175
+ #
17176
+ # Corresponds to the JSON property `cesApp`
17177
+ # @return [String]
17178
+ attr_accessor :ces_app
17179
+
17180
+ #
17181
+ # Corresponds to the JSON property `cesTool`
17182
+ # @return [String]
17183
+ attr_accessor :ces_tool
17184
+
17185
+ #
17186
+ # Corresponds to the JSON property `cesToolset`
17187
+ # @return [String]
17188
+ attr_accessor :ces_toolset
17189
+
17052
17190
  #
17053
17191
  # Corresponds to the JSON property `content`
17054
17192
  # @return [String]
@@ -17083,6 +17221,9 @@ module Google
17083
17221
  def update!(**args)
17084
17222
  @action = args[:action] if args.key?(:action)
17085
17223
  @answer_record = args[:answer_record] if args.key?(:answer_record)
17224
+ @ces_app = args[:ces_app] if args.key?(:ces_app)
17225
+ @ces_tool = args[:ces_tool] if args.key?(:ces_tool)
17226
+ @ces_toolset = args[:ces_toolset] if args.key?(:ces_toolset)
17086
17227
  @content = args[:content] if args.key?(:content)
17087
17228
  @create_time = args[:create_time] if args.key?(:create_time)
17088
17229
  @error = args[:error] if args.key?(:error)
@@ -17348,6 +17489,37 @@ module Google
17348
17489
  end
17349
17490
  end
17350
17491
 
17492
+ #
17493
+ class GoogleCloudDialogflowV2ToolsetTool
17494
+ include Google::Apis::Core::Hashable
17495
+
17496
+ #
17497
+ # Corresponds to the JSON property `confirmationRequirement`
17498
+ # @return [String]
17499
+ attr_accessor :confirmation_requirement
17500
+
17501
+ #
17502
+ # Corresponds to the JSON property `operationId`
17503
+ # @return [String]
17504
+ attr_accessor :operation_id
17505
+
17506
+ #
17507
+ # Corresponds to the JSON property `toolset`
17508
+ # @return [String]
17509
+ attr_accessor :toolset
17510
+
17511
+ def initialize(**args)
17512
+ update!(**args)
17513
+ end
17514
+
17515
+ # Update properties of this object
17516
+ def update!(**args)
17517
+ @confirmation_requirement = args[:confirmation_requirement] if args.key?(:confirmation_requirement)
17518
+ @operation_id = args[:operation_id] if args.key?(:operation_id)
17519
+ @toolset = args[:toolset] if args.key?(:toolset)
17520
+ end
17521
+ end
17522
+
17351
17523
  #
17352
17524
  class GoogleCloudDialogflowV2TrainAgentRequest
17353
17525
  include Google::Apis::Core::Hashable
@@ -20371,6 +20543,11 @@ module Google
20371
20543
  # @return [String]
20372
20544
  attr_accessor :answer_text
20373
20545
 
20546
+ #
20547
+ # Corresponds to the JSON property `eventSource`
20548
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource]
20549
+ attr_accessor :event_source
20550
+
20374
20551
  #
20375
20552
  # Corresponds to the JSON property `faqSource`
20376
20553
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource]
@@ -20381,6 +20558,11 @@ module Google
20381
20558
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
20382
20559
  attr_accessor :generative_source
20383
20560
 
20561
+ #
20562
+ # Corresponds to the JSON property `playbookSource`
20563
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
20564
+ attr_accessor :playbook_source
20565
+
20384
20566
  def initialize(**args)
20385
20567
  update!(**args)
20386
20568
  end
@@ -20388,8 +20570,35 @@ module Google
20388
20570
  # Update properties of this object
20389
20571
  def update!(**args)
20390
20572
  @answer_text = args[:answer_text] if args.key?(:answer_text)
20573
+ @event_source = args[:event_source] if args.key?(:event_source)
20391
20574
  @faq_source = args[:faq_source] if args.key?(:faq_source)
20392
20575
  @generative_source = args[:generative_source] if args.key?(:generative_source)
20576
+ @playbook_source = args[:playbook_source] if args.key?(:playbook_source)
20577
+ end
20578
+ end
20579
+
20580
+ #
20581
+ class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource
20582
+ include Google::Apis::Core::Hashable
20583
+
20584
+ #
20585
+ # Corresponds to the JSON property `event`
20586
+ # @return [String]
20587
+ attr_accessor :event
20588
+
20589
+ #
20590
+ # Corresponds to the JSON property `snippets`
20591
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource]
20592
+ attr_accessor :snippets
20593
+
20594
+ def initialize(**args)
20595
+ update!(**args)
20596
+ end
20597
+
20598
+ # Update properties of this object
20599
+ def update!(**args)
20600
+ @event = args[:event] if args.key?(:event)
20601
+ @snippets = args[:snippets] if args.key?(:snippets)
20393
20602
  end
20394
20603
  end
20395
20604
 
@@ -21725,6 +21934,21 @@ module Google
21725
21934
  # @return [String]
21726
21935
  attr_accessor :answer_record
21727
21936
 
21937
+ #
21938
+ # Corresponds to the JSON property `cesApp`
21939
+ # @return [String]
21940
+ attr_accessor :ces_app
21941
+
21942
+ #
21943
+ # Corresponds to the JSON property `cesTool`
21944
+ # @return [String]
21945
+ attr_accessor :ces_tool
21946
+
21947
+ #
21948
+ # Corresponds to the JSON property `cesToolset`
21949
+ # @return [String]
21950
+ attr_accessor :ces_toolset
21951
+
21728
21952
  #
21729
21953
  # Corresponds to the JSON property `createTime`
21730
21954
  # @return [String]
@@ -21763,6 +21987,9 @@ module Google
21763
21987
  def update!(**args)
21764
21988
  @action = args[:action] if args.key?(:action)
21765
21989
  @answer_record = args[:answer_record] if args.key?(:answer_record)
21990
+ @ces_app = args[:ces_app] if args.key?(:ces_app)
21991
+ @ces_tool = args[:ces_tool] if args.key?(:ces_tool)
21992
+ @ces_toolset = args[:ces_toolset] if args.key?(:ces_toolset)
21766
21993
  @create_time = args[:create_time] if args.key?(:create_time)
21767
21994
  @input_parameters = args[:input_parameters] if args.key?(:input_parameters)
21768
21995
  @state = args[:state] if args.key?(:state)
@@ -21786,6 +22013,21 @@ module Google
21786
22013
  # @return [String]
21787
22014
  attr_accessor :answer_record
21788
22015
 
22016
+ #
22017
+ # Corresponds to the JSON property `cesApp`
22018
+ # @return [String]
22019
+ attr_accessor :ces_app
22020
+
22021
+ #
22022
+ # Corresponds to the JSON property `cesTool`
22023
+ # @return [String]
22024
+ attr_accessor :ces_tool
22025
+
22026
+ #
22027
+ # Corresponds to the JSON property `cesToolset`
22028
+ # @return [String]
22029
+ attr_accessor :ces_toolset
22030
+
21789
22031
  #
21790
22032
  # Corresponds to the JSON property `content`
21791
22033
  # @return [String]
@@ -21820,6 +22062,9 @@ module Google
21820
22062
  def update!(**args)
21821
22063
  @action = args[:action] if args.key?(:action)
21822
22064
  @answer_record = args[:answer_record] if args.key?(:answer_record)
22065
+ @ces_app = args[:ces_app] if args.key?(:ces_app)
22066
+ @ces_tool = args[:ces_tool] if args.key?(:ces_tool)
22067
+ @ces_toolset = args[:ces_toolset] if args.key?(:ces_toolset)
21823
22068
  @content = args[:content] if args.key?(:content)
21824
22069
  @create_time = args[:create_time] if args.key?(:create_time)
21825
22070
  @error = args[:error] if args.key?(:error)
@@ -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.120.0"
19
+ GEM_VERSION = "0.122.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 = "20260313"
25
+ REVISION = "20260426"
26
26
  end
27
27
  end
28
28
  end
@@ -1510,6 +1510,18 @@ module Google
1510
1510
  include Google::Apis::Core::JsonObjectSupport
1511
1511
  end
1512
1512
 
1513
+ class GoogleCloudDialogflowV2CesAppSpec
1514
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1515
+
1516
+ include Google::Apis::Core::JsonObjectSupport
1517
+ end
1518
+
1519
+ class GoogleCloudDialogflowV2CesToolSpec
1520
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1521
+
1522
+ include Google::Apis::Core::JsonObjectSupport
1523
+ end
1524
+
1513
1525
  class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
1514
1526
  class Representation < Google::Apis::Core::JsonRepresentation; end
1515
1527
 
@@ -2416,6 +2428,12 @@ module Google
2416
2428
  include Google::Apis::Core::JsonObjectSupport
2417
2429
  end
2418
2430
 
2431
+ class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource
2432
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2433
+
2434
+ include Google::Apis::Core::JsonObjectSupport
2435
+ end
2436
+
2419
2437
  class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource
2420
2438
  class Representation < Google::Apis::Core::JsonRepresentation; end
2421
2439
 
@@ -3196,6 +3214,12 @@ module Google
3196
3214
  include Google::Apis::Core::JsonObjectSupport
3197
3215
  end
3198
3216
 
3217
+ class GoogleCloudDialogflowV2ToolsetTool
3218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3219
+
3220
+ include Google::Apis::Core::JsonObjectSupport
3221
+ end
3222
+
3199
3223
  class GoogleCloudDialogflowV2TrainAgentRequest
3200
3224
  class Representation < Google::Apis::Core::JsonRepresentation; end
3201
3225
 
@@ -3778,6 +3802,12 @@ module Google
3778
3802
  include Google::Apis::Core::JsonObjectSupport
3779
3803
  end
3780
3804
 
3805
+ class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource
3806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3807
+
3808
+ include Google::Apis::Core::JsonObjectSupport
3809
+ end
3810
+
3781
3811
  class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource
3782
3812
  class Representation < Google::Apis::Core::JsonRepresentation; end
3783
3813
 
@@ -6591,6 +6621,22 @@ module Google
6591
6621
  end
6592
6622
  end
6593
6623
 
6624
+ class GoogleCloudDialogflowV2CesAppSpec
6625
+ # @private
6626
+ class Representation < Google::Apis::Core::JsonRepresentation
6627
+ property :ces_app, as: 'cesApp'
6628
+ property :confirmation_requirement, as: 'confirmationRequirement'
6629
+ end
6630
+ end
6631
+
6632
+ class GoogleCloudDialogflowV2CesToolSpec
6633
+ # @private
6634
+ class Representation < Google::Apis::Core::JsonRepresentation
6635
+ property :ces_tool, as: 'cesTool'
6636
+ property :confirmation_requirement, as: 'confirmationRequirement'
6637
+ end
6638
+ end
6639
+
6594
6640
  class GoogleCloudDialogflowV2ClearSuggestionFeatureConfigOperationMetadata
6595
6641
  # @private
6596
6642
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7313,6 +7359,10 @@ module Google
7313
7359
  class Representation < Google::Apis::Core::JsonRepresentation
7314
7360
  property :agent_coaching_context, as: 'agentCoachingContext', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentCoachingContext, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AgentCoachingContext::Representation
7315
7361
 
7362
+ collection :ces_app_specs, as: 'cesAppSpecs', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CesAppSpec, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CesAppSpec::Representation
7363
+
7364
+ collection :ces_tool_specs, as: 'cesToolSpecs', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CesToolSpec, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2CesToolSpec::Representation
7365
+
7316
7366
  property :create_time, as: 'createTime'
7317
7367
  property :description, as: 'description'
7318
7368
  property :free_form_context, as: 'freeFormContext', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FreeFormContext, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2FreeFormContext::Representation
@@ -7326,6 +7376,8 @@ module Google
7326
7376
  property :summarization_context, as: 'summarizationContext', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationContext, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2SummarizationContext::Representation
7327
7377
 
7328
7378
  collection :tools, as: 'tools'
7379
+ collection :toolset_tools, as: 'toolsetTools', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolsetTool, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolsetTool::Representation
7380
+
7329
7381
  property :trigger_event, as: 'triggerEvent'
7330
7382
  property :update_time, as: 'updateTime'
7331
7383
  end
@@ -8166,10 +8218,23 @@ module Google
8166
8218
  # @private
8167
8219
  class Representation < Google::Apis::Core::JsonRepresentation
8168
8220
  property :answer_text, as: 'answerText'
8221
+ property :event_source, as: 'eventSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource::Representation
8222
+
8169
8223
  property :faq_source, as: 'faqSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerFaqSource::Representation
8170
8224
 
8171
8225
  property :generative_source, as: 'generativeSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
8172
8226
 
8227
+ property :playbook_source, as: 'playbookSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
8228
+
8229
+ end
8230
+ end
8231
+
8232
+ class GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerEventSource
8233
+ # @private
8234
+ class Representation < Google::Apis::Core::JsonRepresentation
8235
+ property :event, as: 'event'
8236
+ property :snippets, as: 'snippets', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
8237
+
8173
8238
  end
8174
8239
  end
8175
8240
 
@@ -9386,6 +9451,9 @@ module Google
9386
9451
  class Representation < Google::Apis::Core::JsonRepresentation
9387
9452
  property :action, as: 'action'
9388
9453
  property :answer_record, as: 'answerRecord'
9454
+ property :ces_app, as: 'cesApp'
9455
+ property :ces_tool, as: 'cesTool'
9456
+ property :ces_toolset, as: 'cesToolset'
9389
9457
  property :create_time, as: 'createTime'
9390
9458
  hash :input_parameters, as: 'inputParameters'
9391
9459
  property :state, as: 'state'
@@ -9400,6 +9468,9 @@ module Google
9400
9468
  class Representation < Google::Apis::Core::JsonRepresentation
9401
9469
  property :action, as: 'action'
9402
9470
  property :answer_record, as: 'answerRecord'
9471
+ property :ces_app, as: 'cesApp'
9472
+ property :ces_tool, as: 'cesTool'
9473
+ property :ces_toolset, as: 'cesToolset'
9403
9474
  property :content, as: 'content'
9404
9475
  property :create_time, as: 'createTime'
9405
9476
  property :error, as: 'error', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolCallResultError, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ToolCallResultError::Representation
@@ -9496,6 +9567,15 @@ module Google
9496
9567
  end
9497
9568
  end
9498
9569
 
9570
+ class GoogleCloudDialogflowV2ToolsetTool
9571
+ # @private
9572
+ class Representation < Google::Apis::Core::JsonRepresentation
9573
+ property :confirmation_requirement, as: 'confirmationRequirement'
9574
+ property :operation_id, as: 'operationId'
9575
+ property :toolset, as: 'toolset'
9576
+ end
9577
+ end
9578
+
9499
9579
  class GoogleCloudDialogflowV2TrainAgentRequest
9500
9580
  # @private
9501
9581
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10470,10 +10550,23 @@ module Google
10470
10550
  # @private
10471
10551
  class Representation < Google::Apis::Core::JsonRepresentation
10472
10552
  property :answer_text, as: 'answerText'
10553
+ property :event_source, as: 'eventSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource::Representation
10554
+
10473
10555
  property :faq_source, as: 'faqSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerFaqSource::Representation
10474
10556
 
10475
10557
  property :generative_source, as: 'generativeSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
10476
10558
 
10559
+ property :playbook_source, as: 'playbookSource', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
10560
+
10561
+ end
10562
+ end
10563
+
10564
+ class GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerEventSource
10565
+ # @private
10566
+ class Representation < Google::Apis::Core::JsonRepresentation
10567
+ property :event, as: 'event'
10568
+ property :snippets, as: 'snippets', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1KnowledgeAssistAnswerKnowledgeAnswerGenerativeSource::Representation
10569
+
10477
10570
  end
10478
10571
  end
10479
10572
 
@@ -10875,6 +10968,9 @@ module Google
10875
10968
  class Representation < Google::Apis::Core::JsonRepresentation
10876
10969
  property :action, as: 'action'
10877
10970
  property :answer_record, as: 'answerRecord'
10971
+ property :ces_app, as: 'cesApp'
10972
+ property :ces_tool, as: 'cesTool'
10973
+ property :ces_toolset, as: 'cesToolset'
10878
10974
  property :create_time, as: 'createTime'
10879
10975
  hash :input_parameters, as: 'inputParameters'
10880
10976
  property :state, as: 'state'
@@ -10889,6 +10985,9 @@ module Google
10889
10985
  class Representation < Google::Apis::Core::JsonRepresentation
10890
10986
  property :action, as: 'action'
10891
10987
  property :answer_record, as: 'answerRecord'
10988
+ property :ces_app, as: 'cesApp'
10989
+ property :ces_tool, as: 'cesTool'
10990
+ property :ces_toolset, as: 'cesToolset'
10892
10991
  property :content, as: 'content'
10893
10992
  property :create_time, as: 'createTime'
10894
10993
  property :error, as: 'error', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ToolCallResultError, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1ToolCallResultError::Representation
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.120.0
4
+ version: 0.122.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.120.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.122.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: