google-apis-dialogflow_v2 0.43.0 → 0.45.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: 68f4f10deea0e3732fc87f080d2b47bf8381f4eeaf944db756a0c60b9d5c2a12
4
- data.tar.gz: 86067c254ea82b3246c006eaeee79c8622550256586260cc4427737965989d73
3
+ metadata.gz: 046ed384522b0939709cd02128ae42f924d5db31ca2b351eae5d07c4b92255b8
4
+ data.tar.gz: b31973a5e2465b576e69c3f74b592c6adc4bfddd90fae3b87e62c2373d90c635
5
5
  SHA512:
6
- metadata.gz: 4d254a58b87a253cb936da0629141fa0957f78a215a5f9d09fb1444e44708b53ed5120978d14d994b6b70fa24987ccd34f566b96865f1a42c6e6ac8a46380537
7
- data.tar.gz: e2a10b386d12bf4242cbff58868fc33f071eca941c7376e31acc791a6ebd5e45685ea20366ccf6d7335157ee399a7e149e05ef494357d017729ed953444e46d1
6
+ metadata.gz: 59e91f9b86ab77fcfe875b815e549463daccd4b574e80453f98aa453e2d7cdd54027df2a62b943b22af0ba9398fe0d715bcba0a85bcf7a4c5c5e6d212c24675f
7
+ data.tar.gz: cca204727de6b9481168be1297cfc75703843efbe1d7f19b8c9d672e4af84fc695af0e9018a841e4de780a178c35e093684955aecf6784ad98ca9f9bd802700a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.45.0 (2022-09-22)
4
+
5
+ * Regenerated from discovery document revision 20220901
6
+ * Regenerated using generator version 0.10.0
7
+
8
+ ### v0.44.0 (2022-08-27)
9
+
10
+ * Regenerated from discovery document revision 20220824
11
+
3
12
  ### v0.43.0 (2022-07-22)
4
13
 
5
14
  * Regenerated from discovery document revision 20220714
@@ -7312,12 +7312,19 @@ module Google
7312
7312
  class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
7313
7313
  include Google::Apis::Core::Hashable
7314
7314
 
7315
+ # The resource name of the conversation dataset that will be created. Format: `
7316
+ # projects//locations//conversationDatasets/`
7317
+ # Corresponds to the JSON property `conversationDataset`
7318
+ # @return [String]
7319
+ attr_accessor :conversation_dataset
7320
+
7315
7321
  def initialize(**args)
7316
7322
  update!(**args)
7317
7323
  end
7318
7324
 
7319
7325
  # Update properties of this object
7320
7326
  def update!(**args)
7327
+ @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset)
7321
7328
  end
7322
7329
  end
7323
7330
 
@@ -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.43.0"
19
+ GEM_VERSION = "0.45.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.9.0"
22
+ GENERATOR_VERSION = "0.10.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220714"
25
+ REVISION = "20220901"
26
26
  end
27
27
  end
28
28
  end
@@ -4741,6 +4741,7 @@ module Google
4741
4741
  class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
4742
4742
  # @private
4743
4743
  class Representation < Google::Apis::Core::JsonRepresentation
4744
+ property :conversation_dataset, as: 'conversationDataset'
4744
4745
  end
4745
4746
  end
4746
4747
 
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.43.0
4
+ version: 0.45.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-07-25 00:00:00.000000000 Z
11
+ date: 2022-09-26 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.7'
19
+ version: 0.9.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.7'
29
+ version: 0.9.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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.45.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: []