google-apis-dialogflow_v3beta1 0.75.0 → 0.76.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: c016d8de1afc6eacbded9f8e4e7bad305c1c1f5624660dc7f82c057e595d58ae
|
|
4
|
+
data.tar.gz: 63cf67fb238711ca07a025f02ff6ef98312aa80cdd4d018c4763737ee4ecfff3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7a1ab56419dcb09c4cf805a656bb92fa474bee2a953275adf866e9cf842df94e07b8d11fb538a8aedee88ebcdf2a88206a4ae5beaf81c03c381d3f7ba98c7a9
|
|
7
|
+
data.tar.gz: 2d03373a8bc5cdad252afe76fb2f4f1cc9f854499672ace9afbca70c4e041ec119f50be407651fb3298095552ac3f946778fcb284dd7d3048338407a37a1c46c
|
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::DialogflowV3beta1::GoogleCloudDialogflowCxV3QueryInput]
|
|
344
345
|
attr_accessor :input
|
|
@@ -1933,6 +1934,11 @@ module Google
|
|
|
1933
1934
|
# @return [Google::Apis::DialogflowV3beta1::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
|
|
|
@@ -4546,7 +4554,8 @@ module Google
|
|
|
4546
4554
|
# Represents the query input. It can contain one of: 1. A conversational query
|
|
4547
4555
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
|
4548
4556
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
|
4549
|
-
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
|
4557
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
|
|
4558
|
+
# results of a tool executed by the client.
|
|
4550
4559
|
# Corresponds to the JSON property `input`
|
|
4551
4560
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
|
|
4552
4561
|
attr_accessor :input
|
|
@@ -4897,7 +4906,8 @@ module Google
|
|
|
4897
4906
|
# Represents the query input. It can contain one of: 1. A conversational query
|
|
4898
4907
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
|
4899
4908
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
|
4900
|
-
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
|
4909
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
|
|
4910
|
+
# results of a tool executed by the client.
|
|
4901
4911
|
# Corresponds to the JSON property `queryInput`
|
|
4902
4912
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
|
|
4903
4913
|
attr_accessor :query_input
|
|
@@ -8232,7 +8242,8 @@ module Google
|
|
|
8232
8242
|
# Represents the query input. It can contain one of: 1. A conversational query
|
|
8233
8243
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
|
8234
8244
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
|
8235
|
-
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
|
8245
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
|
|
8246
|
+
# results of a tool executed by the client.
|
|
8236
8247
|
# Corresponds to the JSON property `queryInput`
|
|
8237
8248
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
|
|
8238
8249
|
attr_accessor :query_input
|
|
@@ -8417,6 +8428,11 @@ module Google
|
|
|
8417
8428
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings]
|
|
8418
8429
|
attr_accessor :advanced_settings
|
|
8419
8430
|
|
|
8431
|
+
# The description of the page. The maximum length is 500 characters.
|
|
8432
|
+
# Corresponds to the JSON property `description`
|
|
8433
|
+
# @return [String]
|
|
8434
|
+
attr_accessor :description
|
|
8435
|
+
|
|
8420
8436
|
# Required. The human-readable name of the page, unique within the flow.
|
|
8421
8437
|
# Corresponds to the JSON property `displayName`
|
|
8422
8438
|
# @return [String]
|
|
@@ -8498,6 +8514,7 @@ module Google
|
|
|
8498
8514
|
# Update properties of this object
|
|
8499
8515
|
def update!(**args)
|
|
8500
8516
|
@advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
|
|
8517
|
+
@description = args[:description] if args.key?(:description)
|
|
8501
8518
|
@display_name = args[:display_name] if args.key?(:display_name)
|
|
8502
8519
|
@entry_fulfillment = args[:entry_fulfillment] if args.key?(:entry_fulfillment)
|
|
8503
8520
|
@event_handlers = args[:event_handlers] if args.key?(:event_handlers)
|
|
@@ -8639,7 +8656,8 @@ module Google
|
|
|
8639
8656
|
# Represents the query input. It can contain one of: 1. A conversational query
|
|
8640
8657
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
|
8641
8658
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
|
8642
|
-
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
|
8659
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
|
|
8660
|
+
# results of a tool executed by the client.
|
|
8643
8661
|
class GoogleCloudDialogflowCxV3beta1QueryInput
|
|
8644
8662
|
include Google::Apis::Core::Hashable
|
|
8645
8663
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DialogflowV3beta1
|
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.76.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
|
|
@@ -3531,6 +3531,7 @@ module Google
|
|
|
3531
3531
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
3532
3532
|
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
|
|
3533
3533
|
|
|
3534
|
+
property :description, as: 'description'
|
|
3534
3535
|
property :display_name, as: 'displayName'
|
|
3535
3536
|
property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3Fulfillment::Representation
|
|
3536
3537
|
|
|
@@ -5309,6 +5310,7 @@ module Google
|
|
|
5309
5310
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
5310
5311
|
property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
|
|
5311
5312
|
|
|
5313
|
+
property :description, as: 'description'
|
|
5312
5314
|
property :display_name, as: 'displayName'
|
|
5313
5315
|
property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
|
|
5314
5316
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.76.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_v3beta1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.76.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
|
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 V3beta1
|