google-apis-dialogflow_v2 0.76.0 → 0.77.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: 660f9283660b18cc52ab0629651cd3d32ab5600a9f29d65d1fb128690267814d
|
|
4
|
+
data.tar.gz: 520f95df1dfe0c2763aee371ddc7e72bb456733becd1c50ab716974030133a09
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e62f1a88cf70a8799e61a48699fdad7fec4ef61335e0ee5b2c24b4272ce35f039d11b74321bc26e985453659fb25f2cc15e725f202feb5ff79e8aab6525c5b4
|
|
7
|
+
data.tar.gz: 06d0e6102c03c55dea9d5906a0397bca5aea3db949b31666d6e7990150b63bc089be383dd4035b75864760f68a6ef00bb43ae2252587ef1d29c619b6875311a2
|
data/CHANGELOG.md
CHANGED
|
@@ -338,7 +338,8 @@ module Google
|
|
|
338
338
|
# Represents the query input. It can contain one of: 1. A conversational query
|
|
339
339
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
|
340
340
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
|
341
|
-
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
|
341
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
|
|
342
|
+
# results of a tool executed by the client.
|
|
342
343
|
# Corresponds to the JSON property `input`
|
|
343
344
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3QueryInput]
|
|
344
345
|
attr_accessor :input
|
|
@@ -1933,6 +1934,11 @@ module Google
|
|
|
1933
1934
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3AdvancedSettings]
|
|
1934
1935
|
attr_accessor :advanced_settings
|
|
1935
1936
|
|
|
1937
|
+
# The description of the page. The maximum length is 500 characters.
|
|
1938
|
+
# Corresponds to the JSON property `description`
|
|
1939
|
+
# @return [String]
|
|
1940
|
+
attr_accessor :description
|
|
1941
|
+
|
|
1936
1942
|
# Required. The human-readable name of the page, unique within the flow.
|
|
1937
1943
|
# Corresponds to the JSON property `displayName`
|
|
1938
1944
|
# @return [String]
|
|
@@ -2014,6 +2020,7 @@ module Google
|
|
|
2014
2020
|
# Update properties of this object
|
|
2015
2021
|
def update!(**args)
|
|
2016
2022
|
@advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
|
|
2023
|
+
@description = args[:description] if args.key?(:description)
|
|
2017
2024
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
2018
2025
|
@entry_fulfillment = args[:entry_fulfillment] if args.key?(:entry_fulfillment)
|
|
2019
2026
|
@event_handlers = args[:event_handlers] if args.key?(:event_handlers)
|
|
@@ -2136,7 +2143,8 @@ module Google
|
|
|
2136
2143
|
# Represents the query input. It can contain one of: 1. A conversational query
|
|
2137
2144
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
|
2138
2145
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
|
2139
|
-
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
|
2146
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
|
|
2147
|
+
# results of a tool executed by the client.
|
|
2140
2148
|
class GoogleCloudDialogflowCxV3QueryInput
|
|
2141
2149
|
include Google::Apis::Core::Hashable
|
|
2142
2150
|
|
|
@@ -3907,7 +3915,8 @@ module Google
|
|
|
3907
3915
|
# Represents the query input. It can contain one of: 1. A conversational query
|
|
3908
3916
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
|
3909
3917
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
|
3910
|
-
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
|
3918
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
|
|
3919
|
+
# results of a tool executed by the client.
|
|
3911
3920
|
# Corresponds to the JSON property `input`
|
|
3912
3921
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1QueryInput]
|
|
3913
3922
|
attr_accessor :input
|
|
@@ -5502,6 +5511,11 @@ module Google
|
|
|
5502
5511
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1AdvancedSettings]
|
|
5503
5512
|
attr_accessor :advanced_settings
|
|
5504
5513
|
|
|
5514
|
+
# The description of the page. The maximum length is 500 characters.
|
|
5515
|
+
# Corresponds to the JSON property `description`
|
|
5516
|
+
# @return [String]
|
|
5517
|
+
attr_accessor :description
|
|
5518
|
+
|
|
5505
5519
|
# Required. The human-readable name of the page, unique within the flow.
|
|
5506
5520
|
# Corresponds to the JSON property `displayName`
|
|
5507
5521
|
# @return [String]
|
|
@@ -5583,6 +5597,7 @@ module Google
|
|
|
5583
5597
|
# Update properties of this object
|
|
5584
5598
|
def update!(**args)
|
|
5585
5599
|
@advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
|
|
5600
|
+
@description = args[:description] if args.key?(:description)
|
|
5586
5601
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
5587
5602
|
@entry_fulfillment = args[:entry_fulfillment] if args.key?(:entry_fulfillment)
|
|
5588
5603
|
@event_handlers = args[:event_handlers] if args.key?(:event_handlers)
|
|
@@ -5705,7 +5720,8 @@ module Google
|
|
|
5705
5720
|
# Represents the query input. It can contain one of: 1. A conversational query
|
|
5706
5721
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
|
5707
5722
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
|
5708
|
-
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
|
5723
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
|
|
5724
|
+
# results of a tool executed by the client.
|
|
5709
5725
|
class GoogleCloudDialogflowCxV3beta1QueryInput
|
|
5710
5726
|
include Google::Apis::Core::Hashable
|
|
5711
5727
|
|
|
@@ -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.77.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240102"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -3597,6 +3597,7 @@ module Google
|
|
|
3597
3597
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3598
3598
|
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
|
3599
3599
|
|
|
3600
|
+
property :description, as: 'description'
|
|
3600
3601
|
property :display_name, as: 'displayName'
|
|
3601
3602
|
property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3Fulfillment::Representation
|
|
3602
3603
|
|
|
@@ -4573,6 +4574,7 @@ module Google
|
|
|
4573
4574
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4574
4575
|
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
|
4575
4576
|
|
|
4577
|
+
property :description, as: 'description'
|
|
4576
4578
|
property :display_name, as: 'displayName'
|
|
4577
4579
|
property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
|
4578
4580
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
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.77.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:
|
|
11
|
+
date: 2024-01-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -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_v2/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.77.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
76
|
version: '0'
|
|
77
77
|
requirements: []
|
|
78
|
-
rubygems_version: 3.
|
|
78
|
+
rubygems_version: 3.5.3
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
81
|
summary: Simple REST client for Dialogflow API V2
|