google-apis-dialogflow_v2 0.51.0 → 0.53.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ce475b3e57f8ce8c85c859e494892a1a986c5b10dac6840dcd1d9c1fef8523c3
|
4
|
+
data.tar.gz: 633be9fef8d87f0ee16b720d1756ac16ac38834ccbd9f058f2866341a623c2d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c065ab06a54870148c6784d54ad01c71da71c95f2052893beec8217e1889584fa00964bf319df96324f8acebf4744e697d513b847568bde278ab3b916eb50c53
|
7
|
+
data.tar.gz: bae81ecdec30c3b7c0dfed2062d4845a845ca33d1f2e03a4959323592b38413b709f8847a408826d59a89931922cb5b5523cd8a1a859f90a138395115388a8a4
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v2
|
2
2
|
|
3
|
+
### v0.53.0 (2023-02-15)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.12.0
|
6
|
+
|
7
|
+
### v0.52.0 (2023-02-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230209
|
10
|
+
|
3
11
|
### v0.51.0 (2023-01-15)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230110
|
@@ -12512,6 +12512,11 @@ module Google
|
|
12512
12512
|
class GoogleCloudDialogflowV2SuggestConversationSummaryRequest
|
12513
12513
|
include Google::Apis::Core::Hashable
|
12514
12514
|
|
12515
|
+
# Represents the parameters of human assist query.
|
12516
|
+
# Corresponds to the JSON property `assistQueryParams`
|
12517
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters]
|
12518
|
+
attr_accessor :assist_query_params
|
12519
|
+
|
12515
12520
|
# Max number of messages prior to and including [latest_message] to use as
|
12516
12521
|
# context when compiling the suggestion. By default 500 and at most 1000.
|
12517
12522
|
# Corresponds to the JSON property `contextSize`
|
@@ -12531,6 +12536,7 @@ module Google
|
|
12531
12536
|
|
12532
12537
|
# Update properties of this object
|
12533
12538
|
def update!(**args)
|
12539
|
+
@assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params)
|
12534
12540
|
@context_size = args[:context_size] if args.key?(:context_size)
|
12535
12541
|
@latest_message = args[:latest_message] if args.key?(:latest_message)
|
12536
12542
|
end
|
@@ -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.53.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -6236,6 +6236,8 @@ module Google
|
|
6236
6236
|
class GoogleCloudDialogflowV2SuggestConversationSummaryRequest
|
6237
6237
|
# @private
|
6238
6238
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6239
|
+
property :assist_query_params, as: 'assistQueryParams', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters::Representation
|
6240
|
+
|
6239
6241
|
property :context_size, as: 'contextSize'
|
6240
6242
|
property :latest_message, as: 'latestMessage'
|
6241
6243
|
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.53.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-02-19 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.11.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.11.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_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.53.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: []
|