google-apis-dialogflow_v3 0.80.0 → 0.81.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 +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +2 -2
- data/lib/google/apis/dialogflow_v3/classes.rb +1 -182
- data/lib/google/apis/dialogflow_v3/gem_version.rb +3 -3
- data/lib/google/apis/dialogflow_v3/representations.rb +0 -72
- metadata +7 -7
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7af1ac5670852f563187803cda5ed059f4c009ccd7b955c5e1b14fd1050563f1
|
4
|
+
data.tar.gz: e8b812dea6b551ac691b630305ff58af50502b1c71e36f76faeb48c0ff865066
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e3ac72d10bdf11892af285a0e39cb78e4f2df5985b001ae4fb3ebf8b959244c8f1cc47d6b7837d86f026626a9de3af18cd25e6c151916d574cced83af3480031
|
7
|
+
data.tar.gz: faec3e89151759dbd6c9d0f3c6bebd9f0eb6a3c206f7093d6c3100ffa2d291e4fb0546d3867590e4d29e52b805962c1f074d157b206e888e53aed02da650c031
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
2
2
|
|
3
|
+
### v0.81.0 (2024-02-23)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240219
|
6
|
+
* Regenerated using generator version 0.14.0
|
7
|
+
|
3
8
|
### v0.80.0 (2024-02-18)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240215
|
data/OVERVIEW.md
CHANGED
@@ -83,9 +83,9 @@ The [product documentation](https://cloud.google.com/dialogflow/) may provide gu
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby 2.
|
86
|
+
This library is supported on Ruby 2.7+.
|
87
87
|
|
88
|
-
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life.
|
88
|
+
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
90
90
|
## License
|
91
91
|
|
@@ -226,9 +226,7 @@ module Google
|
|
226
226
|
|
227
227
|
# Immutable. Name of the start flow in this agent. A start flow will be
|
228
228
|
# automatically created when the agent is created, and can only be deleted by
|
229
|
-
# deleting the agent. Format: `projects//locations//agents//flows/`.
|
230
|
-
# only the default start flow with id "00000000-0000-0000-0000-000000000000" is
|
231
|
-
# allowed.
|
229
|
+
# deleting the agent. Format: `projects//locations//agents//flows/`.
|
232
230
|
# Corresponds to the JSON property `startFlow`
|
233
231
|
# @return [String]
|
234
232
|
attr_accessor :start_flow
|
@@ -5534,21 +5532,6 @@ module Google
|
|
5534
5532
|
attr_accessor :allow_answer_feedback
|
5535
5533
|
alias_method :allow_answer_feedback?, :allow_answer_feedback
|
5536
5534
|
|
5537
|
-
# Flows represents the conversation flows when you build your chatbot agent. A
|
5538
|
-
# flow consists of many pages connected by the transition routes. Conversations
|
5539
|
-
# always start with the built-in Start Flow (with an all-0 ID). Transition
|
5540
|
-
# routes can direct the conversation session from the current flow (parent flow)
|
5541
|
-
# to another flow (sub flow). When the sub flow is finished, Dialogflow will
|
5542
|
-
# bring the session back to the parent flow, where the sub flow is started.
|
5543
|
-
# Usually, when a transition route is followed by a matched intent, the intent
|
5544
|
-
# will be "consumed". This means the intent won't activate more transition
|
5545
|
-
# routes. However, when the followed transition route moves the conversation
|
5546
|
-
# session into a different flow, the matched intent can be carried over and to
|
5547
|
-
# be consumed in the target flow.
|
5548
|
-
# Corresponds to the JSON property `currentFlow`
|
5549
|
-
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Flow]
|
5550
|
-
attr_accessor :current_flow
|
5551
|
-
|
5552
5535
|
# A Dialogflow CX conversation (session) can be described and visualized as a
|
5553
5536
|
# state machine. The states of a CX session are represented by pages. For each
|
5554
5537
|
# flow, you define many pages, where your combined pages can handle a complete
|
@@ -5667,21 +5650,6 @@ module Google
|
|
5667
5650
|
# @return [String]
|
5668
5651
|
attr_accessor :trigger_intent
|
5669
5652
|
|
5670
|
-
# The list of webhook display names in the order of call sequence.
|
5671
|
-
# Corresponds to the JSON property `webhookDisplayNames`
|
5672
|
-
# @return [Array<String>]
|
5673
|
-
attr_accessor :webhook_display_names
|
5674
|
-
|
5675
|
-
# The list of webhook ids in the order of call sequence.
|
5676
|
-
# Corresponds to the JSON property `webhookIds`
|
5677
|
-
# @return [Array<String>]
|
5678
|
-
attr_accessor :webhook_ids
|
5679
|
-
|
5680
|
-
# The list of webhook latencies in the order of call sequence.
|
5681
|
-
# Corresponds to the JSON property `webhookLatencies`
|
5682
|
-
# @return [Array<String>]
|
5683
|
-
attr_accessor :webhook_latencies
|
5684
|
-
|
5685
5653
|
# The list of webhook payload in WebhookResponse.payload, in the order of call
|
5686
5654
|
# sequence. If some webhook call fails or doesn't return any payload, an empty `
|
5687
5655
|
# Struct` would be used instead.
|
@@ -5694,11 +5662,6 @@ module Google
|
|
5694
5662
|
# @return [Array<Google::Apis::DialogflowV3::GoogleRpcStatus>]
|
5695
5663
|
attr_accessor :webhook_statuses
|
5696
5664
|
|
5697
|
-
# The list of webhook tags in the order of call sequence.
|
5698
|
-
# Corresponds to the JSON property `webhookTags`
|
5699
|
-
# @return [Array<String>]
|
5700
|
-
attr_accessor :webhook_tags
|
5701
|
-
|
5702
5665
|
def initialize(**args)
|
5703
5666
|
update!(**args)
|
5704
5667
|
end
|
@@ -5707,7 +5670,6 @@ module Google
|
|
5707
5670
|
def update!(**args)
|
5708
5671
|
@advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
|
5709
5672
|
@allow_answer_feedback = args[:allow_answer_feedback] if args.key?(:allow_answer_feedback)
|
5710
|
-
@current_flow = args[:current_flow] if args.key?(:current_flow)
|
5711
5673
|
@current_page = args[:current_page] if args.key?(:current_page)
|
5712
5674
|
@diagnostic_info = args[:diagnostic_info] if args.key?(:diagnostic_info)
|
5713
5675
|
@dtmf = args[:dtmf] if args.key?(:dtmf)
|
@@ -5722,12 +5684,8 @@ module Google
|
|
5722
5684
|
@transcript = args[:transcript] if args.key?(:transcript)
|
5723
5685
|
@trigger_event = args[:trigger_event] if args.key?(:trigger_event)
|
5724
5686
|
@trigger_intent = args[:trigger_intent] if args.key?(:trigger_intent)
|
5725
|
-
@webhook_display_names = args[:webhook_display_names] if args.key?(:webhook_display_names)
|
5726
|
-
@webhook_ids = args[:webhook_ids] if args.key?(:webhook_ids)
|
5727
|
-
@webhook_latencies = args[:webhook_latencies] if args.key?(:webhook_latencies)
|
5728
5687
|
@webhook_payloads = args[:webhook_payloads] if args.key?(:webhook_payloads)
|
5729
5688
|
@webhook_statuses = args[:webhook_statuses] if args.key?(:webhook_statuses)
|
5730
|
-
@webhook_tags = args[:webhook_tags] if args.key?(:webhook_tags)
|
5731
5689
|
end
|
5732
5690
|
end
|
5733
5691
|
|
@@ -5874,11 +5832,6 @@ module Google
|
|
5874
5832
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText]
|
5875
5833
|
attr_accessor :text
|
5876
5834
|
|
5877
|
-
# Represents a call of a specific tool's action with the specified inputs.
|
5878
|
-
# Corresponds to the JSON property `toolCall`
|
5879
|
-
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolCall]
|
5880
|
-
attr_accessor :tool_call
|
5881
|
-
|
5882
5835
|
def initialize(**args)
|
5883
5836
|
update!(**args)
|
5884
5837
|
end
|
@@ -5897,7 +5850,6 @@ module Google
|
|
5897
5850
|
@response_type = args[:response_type] if args.key?(:response_type)
|
5898
5851
|
@telephony_transfer_call = args[:telephony_transfer_call] if args.key?(:telephony_transfer_call)
|
5899
5852
|
@text = args[:text] if args.key?(:text)
|
5900
|
-
@tool_call = args[:tool_call] if args.key?(:tool_call)
|
5901
5853
|
end
|
5902
5854
|
end
|
5903
5855
|
|
@@ -7188,38 +7140,6 @@ module Google
|
|
7188
7140
|
end
|
7189
7141
|
end
|
7190
7142
|
|
7191
|
-
# Represents a call of a specific tool's action with the specified inputs.
|
7192
|
-
class GoogleCloudDialogflowCxV3ToolCall
|
7193
|
-
include Google::Apis::Core::Hashable
|
7194
|
-
|
7195
|
-
# Required. The name of the tool's action associated with this call.
|
7196
|
-
# Corresponds to the JSON property `action`
|
7197
|
-
# @return [String]
|
7198
|
-
attr_accessor :action
|
7199
|
-
|
7200
|
-
# Optional. The action's input parameters.
|
7201
|
-
# Corresponds to the JSON property `inputParameters`
|
7202
|
-
# @return [Hash<String,Object>]
|
7203
|
-
attr_accessor :input_parameters
|
7204
|
-
|
7205
|
-
# Required. The tool associated with this call. Format: `projects//locations//
|
7206
|
-
# agents//tools/`.
|
7207
|
-
# Corresponds to the JSON property `tool`
|
7208
|
-
# @return [String]
|
7209
|
-
attr_accessor :tool
|
7210
|
-
|
7211
|
-
def initialize(**args)
|
7212
|
-
update!(**args)
|
7213
|
-
end
|
7214
|
-
|
7215
|
-
# Update properties of this object
|
7216
|
-
def update!(**args)
|
7217
|
-
@action = args[:action] if args.key?(:action)
|
7218
|
-
@input_parameters = args[:input_parameters] if args.key?(:input_parameters)
|
7219
|
-
@tool = args[:tool] if args.key?(:tool)
|
7220
|
-
end
|
7221
|
-
end
|
7222
|
-
|
7223
7143
|
# The request message for Flows.TrainFlow.
|
7224
7144
|
class GoogleCloudDialogflowCxV3TrainFlowRequest
|
7225
7145
|
include Google::Apis::Core::Hashable
|
@@ -10660,11 +10580,6 @@ module Google
|
|
10660
10580
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TextInput]
|
10661
10581
|
attr_accessor :text
|
10662
10582
|
|
10663
|
-
# The result of calling a tool's action that has been executed by the client.
|
10664
|
-
# Corresponds to the JSON property `toolCallResult`
|
10665
|
-
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ToolCallResult]
|
10666
|
-
attr_accessor :tool_call_result
|
10667
|
-
|
10668
10583
|
def initialize(**args)
|
10669
10584
|
update!(**args)
|
10670
10585
|
end
|
@@ -10677,7 +10592,6 @@ module Google
|
|
10677
10592
|
@intent = args[:intent] if args.key?(:intent)
|
10678
10593
|
@language_code = args[:language_code] if args.key?(:language_code)
|
10679
10594
|
@text = args[:text] if args.key?(:text)
|
10680
|
-
@tool_call_result = args[:tool_call_result] if args.key?(:tool_call_result)
|
10681
10595
|
end
|
10682
10596
|
end
|
10683
10597
|
|
@@ -10794,11 +10708,6 @@ module Google
|
|
10794
10708
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageText]
|
10795
10709
|
attr_accessor :text
|
10796
10710
|
|
10797
|
-
# Represents a call of a specific tool's action with the specified inputs.
|
10798
|
-
# Corresponds to the JSON property `toolCall`
|
10799
|
-
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ToolCall]
|
10800
|
-
attr_accessor :tool_call
|
10801
|
-
|
10802
10711
|
def initialize(**args)
|
10803
10712
|
update!(**args)
|
10804
10713
|
end
|
@@ -10816,7 +10725,6 @@ module Google
|
|
10816
10725
|
@play_audio = args[:play_audio] if args.key?(:play_audio)
|
10817
10726
|
@telephony_transfer_call = args[:telephony_transfer_call] if args.key?(:telephony_transfer_call)
|
10818
10727
|
@text = args[:text] if args.key?(:text)
|
10819
|
-
@tool_call = args[:tool_call] if args.key?(:tool_call)
|
10820
10728
|
end
|
10821
10729
|
end
|
10822
10730
|
|
@@ -11439,95 +11347,6 @@ module Google
|
|
11439
11347
|
end
|
11440
11348
|
end
|
11441
11349
|
|
11442
|
-
# Represents a call of a specific tool's action with the specified inputs.
|
11443
|
-
class GoogleCloudDialogflowCxV3beta1ToolCall
|
11444
|
-
include Google::Apis::Core::Hashable
|
11445
|
-
|
11446
|
-
# Required. The name of the tool's action associated with this call.
|
11447
|
-
# Corresponds to the JSON property `action`
|
11448
|
-
# @return [String]
|
11449
|
-
attr_accessor :action
|
11450
|
-
|
11451
|
-
# Optional. The action's input parameters.
|
11452
|
-
# Corresponds to the JSON property `inputParameters`
|
11453
|
-
# @return [Hash<String,Object>]
|
11454
|
-
attr_accessor :input_parameters
|
11455
|
-
|
11456
|
-
# Required. The tool associated with this call. Format: `projects//locations//
|
11457
|
-
# agents//tools/`.
|
11458
|
-
# Corresponds to the JSON property `tool`
|
11459
|
-
# @return [String]
|
11460
|
-
attr_accessor :tool
|
11461
|
-
|
11462
|
-
def initialize(**args)
|
11463
|
-
update!(**args)
|
11464
|
-
end
|
11465
|
-
|
11466
|
-
# Update properties of this object
|
11467
|
-
def update!(**args)
|
11468
|
-
@action = args[:action] if args.key?(:action)
|
11469
|
-
@input_parameters = args[:input_parameters] if args.key?(:input_parameters)
|
11470
|
-
@tool = args[:tool] if args.key?(:tool)
|
11471
|
-
end
|
11472
|
-
end
|
11473
|
-
|
11474
|
-
# The result of calling a tool's action that has been executed by the client.
|
11475
|
-
class GoogleCloudDialogflowCxV3beta1ToolCallResult
|
11476
|
-
include Google::Apis::Core::Hashable
|
11477
|
-
|
11478
|
-
# Required. The name of the tool's action associated with this call.
|
11479
|
-
# Corresponds to the JSON property `action`
|
11480
|
-
# @return [String]
|
11481
|
-
attr_accessor :action
|
11482
|
-
|
11483
|
-
# An error produced by the tool call.
|
11484
|
-
# Corresponds to the JSON property `error`
|
11485
|
-
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ToolCallResultError]
|
11486
|
-
attr_accessor :error
|
11487
|
-
|
11488
|
-
# The tool call's output parameters.
|
11489
|
-
# Corresponds to the JSON property `outputParameters`
|
11490
|
-
# @return [Hash<String,Object>]
|
11491
|
-
attr_accessor :output_parameters
|
11492
|
-
|
11493
|
-
# Required. The tool associated with this call. Format: `projects//locations//
|
11494
|
-
# agents//tools/`.
|
11495
|
-
# Corresponds to the JSON property `tool`
|
11496
|
-
# @return [String]
|
11497
|
-
attr_accessor :tool
|
11498
|
-
|
11499
|
-
def initialize(**args)
|
11500
|
-
update!(**args)
|
11501
|
-
end
|
11502
|
-
|
11503
|
-
# Update properties of this object
|
11504
|
-
def update!(**args)
|
11505
|
-
@action = args[:action] if args.key?(:action)
|
11506
|
-
@error = args[:error] if args.key?(:error)
|
11507
|
-
@output_parameters = args[:output_parameters] if args.key?(:output_parameters)
|
11508
|
-
@tool = args[:tool] if args.key?(:tool)
|
11509
|
-
end
|
11510
|
-
end
|
11511
|
-
|
11512
|
-
# An error produced by the tool call.
|
11513
|
-
class GoogleCloudDialogflowCxV3beta1ToolCallResultError
|
11514
|
-
include Google::Apis::Core::Hashable
|
11515
|
-
|
11516
|
-
# Optional. The error message of the function.
|
11517
|
-
# Corresponds to the JSON property `message`
|
11518
|
-
# @return [String]
|
11519
|
-
attr_accessor :message
|
11520
|
-
|
11521
|
-
def initialize(**args)
|
11522
|
-
update!(**args)
|
11523
|
-
end
|
11524
|
-
|
11525
|
-
# Update properties of this object
|
11526
|
-
def update!(**args)
|
11527
|
-
@message = args[:message] if args.key?(:message)
|
11528
|
-
end
|
11529
|
-
end
|
11530
|
-
|
11531
11350
|
# A transition route specifies a intent that can be matched and/or a data
|
11532
11351
|
# condition that can be evaluated during a session. When a specified transition
|
11533
11352
|
# is matched, the following actions are taken in order: * If there is a `
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3
|
18
18
|
# Version of the google-apis-dialogflow_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.81.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.14.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240219"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1204,12 +1204,6 @@ module Google
|
|
1204
1204
|
include Google::Apis::Core::JsonObjectSupport
|
1205
1205
|
end
|
1206
1206
|
|
1207
|
-
class GoogleCloudDialogflowCxV3ToolCall
|
1208
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
-
|
1210
|
-
include Google::Apis::Core::JsonObjectSupport
|
1211
|
-
end
|
1212
|
-
|
1213
1207
|
class GoogleCloudDialogflowCxV3TrainFlowRequest
|
1214
1208
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
1209
|
|
@@ -1930,24 +1924,6 @@ module Google
|
|
1930
1924
|
include Google::Apis::Core::JsonObjectSupport
|
1931
1925
|
end
|
1932
1926
|
|
1933
|
-
class GoogleCloudDialogflowCxV3beta1ToolCall
|
1934
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1935
|
-
|
1936
|
-
include Google::Apis::Core::JsonObjectSupport
|
1937
|
-
end
|
1938
|
-
|
1939
|
-
class GoogleCloudDialogflowCxV3beta1ToolCallResult
|
1940
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1941
|
-
|
1942
|
-
include Google::Apis::Core::JsonObjectSupport
|
1943
|
-
end
|
1944
|
-
|
1945
|
-
class GoogleCloudDialogflowCxV3beta1ToolCallResultError
|
1946
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1947
|
-
|
1948
|
-
include Google::Apis::Core::JsonObjectSupport
|
1949
|
-
end
|
1950
|
-
|
1951
1927
|
class GoogleCloudDialogflowCxV3beta1TransitionRoute
|
1952
1928
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1953
1929
|
|
@@ -4590,8 +4566,6 @@ module Google
|
|
4590
4566
|
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
4591
4567
|
|
4592
4568
|
property :allow_answer_feedback, as: 'allowAnswerFeedback'
|
4593
|
-
property :current_flow, as: 'currentFlow', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Flow, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Flow::Representation
|
4594
|
-
|
4595
4569
|
property :current_page, as: 'currentPage', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Page::Representation
|
4596
4570
|
|
4597
4571
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
@@ -4612,13 +4586,9 @@ module Google
|
|
4612
4586
|
property :transcript, as: 'transcript'
|
4613
4587
|
property :trigger_event, as: 'triggerEvent'
|
4614
4588
|
property :trigger_intent, as: 'triggerIntent'
|
4615
|
-
collection :webhook_display_names, as: 'webhookDisplayNames'
|
4616
|
-
collection :webhook_ids, as: 'webhookIds'
|
4617
|
-
collection :webhook_latencies, as: 'webhookLatencies'
|
4618
4589
|
collection :webhook_payloads, as: 'webhookPayloads'
|
4619
4590
|
collection :webhook_statuses, as: 'webhookStatuses', class: Google::Apis::DialogflowV3::GoogleRpcStatus, decorator: Google::Apis::DialogflowV3::GoogleRpcStatus::Representation
|
4620
4591
|
|
4621
|
-
collection :webhook_tags, as: 'webhookTags'
|
4622
4592
|
end
|
4623
4593
|
end
|
4624
4594
|
|
@@ -4662,8 +4632,6 @@ module Google
|
|
4662
4632
|
|
4663
4633
|
property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageText::Representation
|
4664
4634
|
|
4665
|
-
property :tool_call, as: 'toolCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ToolCall::Representation
|
4666
|
-
|
4667
4635
|
end
|
4668
4636
|
end
|
4669
4637
|
|
@@ -5041,15 +5009,6 @@ module Google
|
|
5041
5009
|
end
|
5042
5010
|
end
|
5043
5011
|
|
5044
|
-
class GoogleCloudDialogflowCxV3ToolCall
|
5045
|
-
# @private
|
5046
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
5047
|
-
property :action, as: 'action'
|
5048
|
-
hash :input_parameters, as: 'inputParameters'
|
5049
|
-
property :tool, as: 'tool'
|
5050
|
-
end
|
5051
|
-
end
|
5052
|
-
|
5053
5012
|
class GoogleCloudDialogflowCxV3TrainFlowRequest
|
5054
5013
|
# @private
|
5055
5014
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5995,8 +5954,6 @@ module Google
|
|
5995
5954
|
property :language_code, as: 'languageCode'
|
5996
5955
|
property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TextInput, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1TextInput::Representation
|
5997
5956
|
|
5998
|
-
property :tool_call_result, as: 'toolCallResult', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ToolCallResult, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ToolCallResult::Representation
|
5999
|
-
|
6000
5957
|
end
|
6001
5958
|
end
|
6002
5959
|
|
@@ -6031,8 +5988,6 @@ module Google
|
|
6031
5988
|
|
6032
5989
|
property :text, as: 'text', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageText, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageText::Representation
|
6033
5990
|
|
6034
|
-
property :tool_call, as: 'toolCall', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ToolCall, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ToolCall::Representation
|
6035
|
-
|
6036
5991
|
end
|
6037
5992
|
end
|
6038
5993
|
|
@@ -6222,33 +6177,6 @@ module Google
|
|
6222
6177
|
end
|
6223
6178
|
end
|
6224
6179
|
|
6225
|
-
class GoogleCloudDialogflowCxV3beta1ToolCall
|
6226
|
-
# @private
|
6227
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6228
|
-
property :action, as: 'action'
|
6229
|
-
hash :input_parameters, as: 'inputParameters'
|
6230
|
-
property :tool, as: 'tool'
|
6231
|
-
end
|
6232
|
-
end
|
6233
|
-
|
6234
|
-
class GoogleCloudDialogflowCxV3beta1ToolCallResult
|
6235
|
-
# @private
|
6236
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6237
|
-
property :action, as: 'action'
|
6238
|
-
property :error, as: 'error', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ToolCallResultError, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ToolCallResultError::Representation
|
6239
|
-
|
6240
|
-
hash :output_parameters, as: 'outputParameters'
|
6241
|
-
property :tool, as: 'tool'
|
6242
|
-
end
|
6243
|
-
end
|
6244
|
-
|
6245
|
-
class GoogleCloudDialogflowCxV3beta1ToolCallResultError
|
6246
|
-
# @private
|
6247
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6248
|
-
property :message, as: 'message'
|
6249
|
-
end
|
6250
|
-
end
|
6251
|
-
|
6252
6180
|
class GoogleCloudDialogflowCxV3beta1TransitionRoute
|
6253
6181
|
# @private
|
6254
6182
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.81.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: 2024-02-
|
11
|
+
date: 2024-02-25 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.14.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.14.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.81.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
68
68
|
requirements:
|
69
69
|
- - ">="
|
70
70
|
- !ruby/object:Gem::Version
|
71
|
-
version: '2.
|
71
|
+
version: '2.7'
|
72
72
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
73
73
|
requirements:
|
74
74
|
- - ">="
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.5.
|
78
|
+
rubygems_version: 3.5.6
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Dialogflow API V3
|