google-apis-dialogflow_v2beta1 0.64.0 → 0.66.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: fa854ed2143b63c7bb377d41919a90573d2a7dbaa7fc7aa0d2c53d5d7d90667b
|
4
|
+
data.tar.gz: 446f85ae4939e5be2373a11a5c1043d349837fcca9939c9f85b2333acfc4d524
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3910245d8cf61a3faaa3b0c2678d3baefca871efd7ef80e50050d4ad021e6303043e3f7fbafbc757e600c9b93a49eaa9f9bb5371e35f23f4bc783c8e06901170
|
7
|
+
data.tar.gz: 3266ce55a1d004298e763977c5d12d5432787cf324b068c0494e51bf693b42f07dba1b6152e0abde7ca9b0f599e5a943b52b1f1b6d454b7a383ffb0c32423940
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v2beta1
|
2
2
|
|
3
|
+
### v0.66.0 (2023-08-13)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230807
|
6
|
+
|
7
|
+
### v0.65.0 (2023-08-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230722
|
10
|
+
|
3
11
|
### v0.64.0 (2023-07-23)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230717
|
@@ -1542,7 +1542,8 @@ module Google
|
|
1542
1542
|
# page's transition route -> page's transition route group -> flow's transition
|
1543
1543
|
# routes. * If multiple transition route groups within a page contain the same
|
1544
1544
|
# intent, then the first group in the ordered list takes precedence. Format:`
|
1545
|
-
# projects//locations//agents//flows//transitionRouteGroups
|
1545
|
+
# projects//locations//agents//flows//transitionRouteGroups/` or `projects//
|
1546
|
+
# locations//agents//transitionRouteGroups/` for agent-level groups.
|
1546
1547
|
# Corresponds to the JSON property `transitionRouteGroups`
|
1547
1548
|
# @return [Array<String>]
|
1548
1549
|
attr_accessor :transition_route_groups
|
@@ -4633,7 +4634,8 @@ module Google
|
|
4633
4634
|
# page's transition route -> page's transition route group -> flow's transition
|
4634
4635
|
# routes. * If multiple transition route groups within a page contain the same
|
4635
4636
|
# intent, then the first group in the ordered list takes precedence. Format:`
|
4636
|
-
# projects//locations//agents//flows//transitionRouteGroups
|
4637
|
+
# projects//locations//agents//flows//transitionRouteGroups/` or `projects//
|
4638
|
+
# locations//agents//transitionRouteGroups/` for agent-level groups.
|
4637
4639
|
# Corresponds to the JSON property `transitionRouteGroups`
|
4638
4640
|
# @return [Array<String>]
|
4639
4641
|
attr_accessor :transition_route_groups
|
@@ -15353,6 +15355,13 @@ module Google
|
|
15353
15355
|
# @return [Hash<String,Object>]
|
15354
15356
|
attr_accessor :payload
|
15355
15357
|
|
15358
|
+
# The platform of the virtual agent response messages. If not empty, only emits
|
15359
|
+
# messages from this platform in the response. Valid values are the enum names
|
15360
|
+
# of platform.
|
15361
|
+
# Corresponds to the JSON property `platform`
|
15362
|
+
# @return [String]
|
15363
|
+
attr_accessor :platform
|
15364
|
+
|
15356
15365
|
# Specifies whether to delete all contexts in the current session before the new
|
15357
15366
|
# ones are activated.
|
15358
15367
|
# Corresponds to the JSON property `resetContexts`
|
@@ -15409,6 +15418,7 @@ module Google
|
|
15409
15418
|
@geo_location = args[:geo_location] if args.key?(:geo_location)
|
15410
15419
|
@knowledge_base_names = args[:knowledge_base_names] if args.key?(:knowledge_base_names)
|
15411
15420
|
@payload = args[:payload] if args.key?(:payload)
|
15421
|
+
@platform = args[:platform] if args.key?(:platform)
|
15412
15422
|
@reset_contexts = args[:reset_contexts] if args.key?(:reset_contexts)
|
15413
15423
|
@sentiment_analysis_request_config = args[:sentiment_analysis_request_config] if args.key?(:sentiment_analysis_request_config)
|
15414
15424
|
@session_entity_types = args[:session_entity_types] if args.key?(:session_entity_types)
|
@@ -17642,13 +17652,13 @@ module Google
|
|
17642
17652
|
# @return [String]
|
17643
17653
|
attr_accessor :name
|
17644
17654
|
|
17645
|
-
# The normal response of the operation
|
17646
|
-
#
|
17647
|
-
#
|
17648
|
-
#
|
17649
|
-
#
|
17650
|
-
#
|
17651
|
-
#
|
17655
|
+
# The normal, successful response of the operation. If the original method
|
17656
|
+
# returns no data on success, such as `Delete`, the response is `google.protobuf.
|
17657
|
+
# Empty`. If the original method is standard `Get`/`Create`/`Update`, the
|
17658
|
+
# response should be the resource. For other methods, the response should have
|
17659
|
+
# the type `XxxResponse`, where `Xxx` is the original method name. For example,
|
17660
|
+
# if the original method name is `TakeSnapshot()`, the inferred response type is
|
17661
|
+
# `TakeSnapshotResponse`.
|
17652
17662
|
# Corresponds to the JSON property `response`
|
17653
17663
|
# @return [Hash<String,Object>]
|
17654
17664
|
attr_accessor :response
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2beta1
|
18
18
|
# Version of the google-apis-dialogflow_v2beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.66.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 = "20230807"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -7067,6 +7067,7 @@ module Google
|
|
7067
7067
|
|
7068
7068
|
collection :knowledge_base_names, as: 'knowledgeBaseNames'
|
7069
7069
|
hash :payload, as: 'payload'
|
7070
|
+
property :platform, as: 'platform'
|
7070
7071
|
property :reset_contexts, as: 'resetContexts'
|
7071
7072
|
property :sentiment_analysis_request_config, as: 'sentimentAnalysisRequestConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SentimentAnalysisRequestConfig::Representation
|
7072
7073
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.66.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: 2023-
|
11
|
+
date: 2023-08-13 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_v2beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.66.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|