google-apis-dialogflow_v2beta1 0.40.0 → 0.41.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: dddb55e2fa221eea806b485321d5c60a2c330e8cd672935fe6b41cbb6cc3dcf6
|
4
|
+
data.tar.gz: 9dd7f7bf4d70cadb1b10d9d5fd115d6fba49fd2d79f060fffd4fd13cadb34042
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9e4e310ad65d168c37d27c8d385079141b6cc470e62cd09fef460d82b82900fae6c22c492dce610ba458fc71ee8299c34b9b36f229148b8c348ad633db7cfa7
|
7
|
+
data.tar.gz: 42aa7b32a07d83e2734efaf467fade062973cb011ceb1ba63ab3ea91356b14bd83b8abfc96c0821a1e8a986e51ce059174c9ebf947ad075847450c4d4f0edfe0
|
data/CHANGELOG.md
CHANGED
@@ -6240,12 +6240,19 @@ module Google
|
|
6240
6240
|
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
6241
6241
|
include Google::Apis::Core::Hashable
|
6242
6242
|
|
6243
|
+
# The resource name of the conversation dataset that will be created. Format: `
|
6244
|
+
# projects//locations//conversationDatasets/`
|
6245
|
+
# Corresponds to the JSON property `conversationDataset`
|
6246
|
+
# @return [String]
|
6247
|
+
attr_accessor :conversation_dataset
|
6248
|
+
|
6243
6249
|
def initialize(**args)
|
6244
6250
|
update!(**args)
|
6245
6251
|
end
|
6246
6252
|
|
6247
6253
|
# Update properties of this object
|
6248
6254
|
def update!(**args)
|
6255
|
+
@conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset)
|
6249
6256
|
end
|
6250
6257
|
end
|
6251
6258
|
|
@@ -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.41.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220824"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4481,6 +4481,7 @@ module Google
|
|
4481
4481
|
class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
|
4482
4482
|
# @private
|
4483
4483
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4484
|
+
property :conversation_dataset, as: 'conversationDataset'
|
4484
4485
|
end
|
4485
4486
|
end
|
4486
4487
|
|
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.41.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-
|
11
|
+
date: 2022-08-29 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.41.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: []
|