google-apis-dialogflow_v2 0.43.0 → 0.44.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: 68f4f10deea0e3732fc87f080d2b47bf8381f4eeaf944db756a0c60b9d5c2a12
4
- data.tar.gz: 86067c254ea82b3246c006eaeee79c8622550256586260cc4427737965989d73
3
+ metadata.gz: fd81ea301f3088feda87237f01c669d2dd5445061e0bb91788978336a842ad7c
4
+ data.tar.gz: 29ea77c43533f145ee7489344351b801afc711d128036f48c6c58357cdd8d2d5
5
5
  SHA512:
6
- metadata.gz: 4d254a58b87a253cb936da0629141fa0957f78a215a5f9d09fb1444e44708b53ed5120978d14d994b6b70fa24987ccd34f566b96865f1a42c6e6ac8a46380537
7
- data.tar.gz: e2a10b386d12bf4242cbff58868fc33f071eca941c7376e31acc791a6ebd5e45685ea20366ccf6d7335157ee399a7e149e05ef494357d017729ed953444e46d1
6
+ metadata.gz: 642651c9d6adc54a2122b9dc206512c530f02017902cbe95391cbcc96e3abba47bc4611b7939932cf688d1cc0192709cd8da9113dfffb23c6b5e7b3b38a7dd09
7
+ data.tar.gz: 3ac3157647f0b625046e101aed2022906600f404c8db56db8f30e18fc08379810804e757e72a3729f8035d1a76b5e6f4675ba936a20ad987d996089818dba71b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.44.0 (2022-08-27)
4
+
5
+ * Regenerated from discovery document revision 20220824
6
+
3
7
  ### v0.43.0 (2022-07-22)
4
8
 
5
9
  * 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.44.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 = "20220714"
25
+ REVISION = "20220824"
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.44.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-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_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.44.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: []