google-apis-dialogflow_v2 0.31.0 → 0.32.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: 23c0241ea4c602daa4d5fd6d107c24075298b55918e409af59ecd29a7ac3ec07
|
4
|
+
data.tar.gz: 4590a76dd695304cb59029aeae70525c503e3dc7f053fb5966179859e569a35e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f22c799856df1dcbf230c03efe42e4c495d63dc58a8d3e4567c9e8a7c687a939055972e62f9d2c7d0b4496db77bfa3da414cc94c866337683f72782d6f82cac
|
7
|
+
data.tar.gz: 5b5ce92f188dcbacd8976b847686a11358494480f362a71d37407bc3f9a45f7ebe51ff6b02fc374feee5aa3c8e4379098a4e4cfafd90099de12d83c702f12ff5
|
data/CHANGELOG.md
CHANGED
@@ -2284,12 +2284,24 @@ module Google
|
|
2284
2284
|
class GoogleCloudDialogflowCxV3TestConfig
|
2285
2285
|
include Google::Apis::Core::Hashable
|
2286
2286
|
|
2287
|
-
# Flow name
|
2288
|
-
#
|
2287
|
+
# Flow name to start the test case with. Format: `projects//locations//agents//
|
2288
|
+
# flows/`. Only one of `flow` and `page` should be set to indicate the starting
|
2289
|
+
# point of the test case. If both are set, `page` takes precedence over `flow`.
|
2290
|
+
# If neither is set, the test case will start with start page on the default
|
2291
|
+
# start flow.
|
2289
2292
|
# Corresponds to the JSON property `flow`
|
2290
2293
|
# @return [String]
|
2291
2294
|
attr_accessor :flow
|
2292
2295
|
|
2296
|
+
# The page to start the test case with. Format: `projects//locations//agents//
|
2297
|
+
# flows//pages/`. Only one of `flow` and `page` should be set to indicate the
|
2298
|
+
# starting point of the test case. If both are set, `page` takes precedence over
|
2299
|
+
# `flow`. If neither is set, the test case will start with start page on the
|
2300
|
+
# default start flow.
|
2301
|
+
# Corresponds to the JSON property `page`
|
2302
|
+
# @return [String]
|
2303
|
+
attr_accessor :page
|
2304
|
+
|
2293
2305
|
# Session parameters to be compared when calculating differences.
|
2294
2306
|
# Corresponds to the JSON property `trackingParameters`
|
2295
2307
|
# @return [Array<String>]
|
@@ -2302,6 +2314,7 @@ module Google
|
|
2302
2314
|
# Update properties of this object
|
2303
2315
|
def update!(**args)
|
2304
2316
|
@flow = args[:flow] if args.key?(:flow)
|
2317
|
+
@page = args[:page] if args.key?(:page)
|
2305
2318
|
@tracking_parameters = args[:tracking_parameters] if args.key?(:tracking_parameters)
|
2306
2319
|
end
|
2307
2320
|
end
|
@@ -5026,12 +5039,24 @@ module Google
|
|
5026
5039
|
class GoogleCloudDialogflowCxV3beta1TestConfig
|
5027
5040
|
include Google::Apis::Core::Hashable
|
5028
5041
|
|
5029
|
-
# Flow name
|
5030
|
-
#
|
5042
|
+
# Flow name to start the test case with. Format: `projects//locations//agents//
|
5043
|
+
# flows/`. Only one of `flow` and `page` should be set to indicate the starting
|
5044
|
+
# point of the test case. If both are set, `page` takes precedence over `flow`.
|
5045
|
+
# If neither is set, the test case will start with start page on the default
|
5046
|
+
# start flow.
|
5031
5047
|
# Corresponds to the JSON property `flow`
|
5032
5048
|
# @return [String]
|
5033
5049
|
attr_accessor :flow
|
5034
5050
|
|
5051
|
+
# The page to start the test case with. Format: `projects//locations//agents//
|
5052
|
+
# flows//pages/`. Only one of `flow` and `page` should be set to indicate the
|
5053
|
+
# starting point of the test case. If both are set, `page` takes precedence over
|
5054
|
+
# `flow`. If neither is set, the test case will start with start page on the
|
5055
|
+
# default start flow.
|
5056
|
+
# Corresponds to the JSON property `page`
|
5057
|
+
# @return [String]
|
5058
|
+
attr_accessor :page
|
5059
|
+
|
5035
5060
|
# Session parameters to be compared when calculating differences.
|
5036
5061
|
# Corresponds to the JSON property `trackingParameters`
|
5037
5062
|
# @return [Array<String>]
|
@@ -5044,6 +5069,7 @@ module Google
|
|
5044
5069
|
# Update properties of this object
|
5045
5070
|
def update!(**args)
|
5046
5071
|
@flow = args[:flow] if args.key?(:flow)
|
5072
|
+
@page = args[:page] if args.key?(:page)
|
5047
5073
|
@tracking_parameters = args[:tracking_parameters] if args.key?(:tracking_parameters)
|
5048
5074
|
end
|
5049
5075
|
end
|
@@ -7719,7 +7745,9 @@ module Google
|
|
7719
7745
|
# Required. The language of this query. See [Language Support](https://cloud.
|
7720
7746
|
# google.com/dialogflow/docs/reference/language) for a list of the currently
|
7721
7747
|
# supported language codes. Note that queries in the same session do not
|
7722
|
-
# necessarily need to specify the same language.
|
7748
|
+
# necessarily need to specify the same language. This field is ignored when used
|
7749
|
+
# in the context of a WebhookResponse.followup_event_input field, because the
|
7750
|
+
# language was already defined in the originating detect intent request.
|
7723
7751
|
# Corresponds to the JSON property `languageCode`
|
7724
7752
|
# @return [String]
|
7725
7753
|
attr_accessor :language_code
|
@@ -7760,7 +7788,11 @@ module Google
|
|
7760
7788
|
|
7761
7789
|
# Required. The [Google Cloud Storage](https://cloud.google.com/storage/docs/)
|
7762
7790
|
# URI to export the agent to. The format of this URI must be `gs:///`. If left
|
7763
|
-
# unspecified, the serialized agent is returned inline.
|
7791
|
+
# unspecified, the serialized agent is returned inline. Dialogflow performs a
|
7792
|
+
# write operation for the Cloud Storage object on the caller's behalf, so your
|
7793
|
+
# request authentication must have write permissions for the object. For more
|
7794
|
+
# information, see [Dialogflow access control](https://cloud.google.com/
|
7795
|
+
# dialogflow/cx/docs/concept/access-control#storage).
|
7764
7796
|
# Corresponds to the JSON property `agentUri`
|
7765
7797
|
# @return [String]
|
7766
7798
|
attr_accessor :agent_uri
|
@@ -8604,7 +8636,11 @@ module Google
|
|
8604
8636
|
attr_accessor :agent_content
|
8605
8637
|
|
8606
8638
|
# The URI to a Google Cloud Storage file containing the agent to import. Note:
|
8607
|
-
# The URI must start with "gs://".
|
8639
|
+
# The URI must start with "gs://". Dialogflow performs a read operation for the
|
8640
|
+
# Cloud Storage object on the caller's behalf, so your request authentication
|
8641
|
+
# must have read permissions for the object. For more information, see [
|
8642
|
+
# Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/
|
8643
|
+
# access-control#storage).
|
8608
8644
|
# Corresponds to the JSON property `agentUri`
|
8609
8645
|
# @return [String]
|
8610
8646
|
attr_accessor :agent_uri
|
@@ -11343,7 +11379,11 @@ module Google
|
|
11343
11379
|
attr_accessor :agent_content
|
11344
11380
|
|
11345
11381
|
# The URI to a Google Cloud Storage file containing the agent to restore. Note:
|
11346
|
-
# The URI must start with "gs://".
|
11382
|
+
# The URI must start with "gs://". Dialogflow performs a read operation for the
|
11383
|
+
# Cloud Storage object on the caller's behalf, so your request authentication
|
11384
|
+
# must have read permissions for the object. For more information, see [
|
11385
|
+
# Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/
|
11386
|
+
# access-control#storage).
|
11347
11387
|
# Corresponds to the JSON property `agentUri`
|
11348
11388
|
# @return [String]
|
11349
11389
|
attr_accessor :agent_uri
|
@@ -12834,7 +12874,9 @@ module Google
|
|
12834
12874
|
# Required. The language of this query. See [Language Support](https://cloud.
|
12835
12875
|
# google.com/dialogflow/docs/reference/language) for a list of the currently
|
12836
12876
|
# supported language codes. Note that queries in the same session do not
|
12837
|
-
# necessarily need to specify the same language.
|
12877
|
+
# necessarily need to specify the same language. This field is ignored when used
|
12878
|
+
# in the context of a WebhookResponse.followup_event_input field, because the
|
12879
|
+
# language was already defined in the originating detect intent request.
|
12838
12880
|
# Corresponds to the JSON property `languageCode`
|
12839
12881
|
# @return [String]
|
12840
12882
|
attr_accessor :language_code
|
@@ -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.32.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220309"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3322,6 +3322,7 @@ module Google
|
|
3322
3322
|
# @private
|
3323
3323
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3324
3324
|
property :flow, as: 'flow'
|
3325
|
+
property :page, as: 'page'
|
3325
3326
|
collection :tracking_parameters, as: 'trackingParameters'
|
3326
3327
|
end
|
3327
3328
|
end
|
@@ -4091,6 +4092,7 @@ module Google
|
|
4091
4092
|
# @private
|
4092
4093
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4093
4094
|
property :flow, as: 'flow'
|
4095
|
+
property :page, as: 'page'
|
4094
4096
|
collection :tracking_parameters, as: 'trackingParameters'
|
4095
4097
|
end
|
4096
4098
|
end
|
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.32.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: 2022-03-
|
11
|
+
date: 2022-03-14 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.32.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: []
|