google-apis-dialogflow_v3 0.39.0 → 0.40.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: 9a3b7724847c844a7b2a70cbaabec1d314e3c9599eafa8cbcd0585be6c195225
4
- data.tar.gz: a55b13711ed20eb76a2ed5b35dca1340570c26734a79a45ce84dcfd9e11c5093
3
+ metadata.gz: 89e4090e95248073f550e898445dac44c611734d403be94438bd238131b8c044
4
+ data.tar.gz: b1e0290d9624cbe2118902e43b3a8076c2e856c2ab54cee058098260c7e1024a
5
5
  SHA512:
6
- metadata.gz: 1b3b9059ba28c11be394f358cfcbd12170a0b6814c7276371277aefb858ded3b7199a4f790d302446693fd54cd644ce1d3fbaa03c9f852e9d3b0c82467c46c29
7
- data.tar.gz: 576f8020830a47b6af6be4cf8e29043291c5e86af6448ab4887da48e63eadafa4f94d23740dd7b9d9a370ecf0ce01e130e1f8bd462684497ad2df21996aa0c68
6
+ metadata.gz: 0671ce4359367aa8f9a3c7cce82ec271f491e89356defaeda8f7a10bd3cccb9842fe4baedb8e38c496f6e251ffeebf3dc1d2d5a723aba267371bb8f230c388bf
7
+ data.tar.gz: 79ae02ebe013127c1d38be48c7df890a51f14b7cfd4f37a9b020d7851f8714d128167d38cd9c0c7199fba75fc2bca7699d65a7fe73831cd184c15af412ee7b0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.40.0 (2022-08-27)
4
+
5
+ * Regenerated from discovery document revision 20220824
6
+
3
7
  ### v0.39.0 (2022-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20220706
@@ -9768,12 +9768,19 @@ module Google
9768
9768
  class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
9769
9769
  include Google::Apis::Core::Hashable
9770
9770
 
9771
+ # The resource name of the conversation dataset that will be created. Format: `
9772
+ # projects//locations//conversationDatasets/`
9773
+ # Corresponds to the JSON property `conversationDataset`
9774
+ # @return [String]
9775
+ attr_accessor :conversation_dataset
9776
+
9771
9777
  def initialize(**args)
9772
9778
  update!(**args)
9773
9779
  end
9774
9780
 
9775
9781
  # Update properties of this object
9776
9782
  def update!(**args)
9783
+ @conversation_dataset = args[:conversation_dataset] if args.key?(:conversation_dataset)
9777
9784
  end
9778
9785
  end
9779
9786
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3
18
18
  # Version of the google-apis-dialogflow_v3 gem
19
- GEM_VERSION = "0.39.0"
19
+ GEM_VERSION = "0.40.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 = "20220706"
25
+ REVISION = "20220824"
26
26
  end
27
27
  end
28
28
  end
@@ -5280,6 +5280,7 @@ module Google
5280
5280
  class GoogleCloudDialogflowV2CreateConversationDatasetOperationMetadata
5281
5281
  # @private
5282
5282
  class Representation < Google::Apis::Core::JsonRepresentation
5283
+ property :conversation_dataset, as: 'conversationDataset'
5283
5284
  end
5284
5285
  end
5285
5286
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.39.0
4
+ version: 0.40.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-11 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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.39.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.40.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
63
63
  post_install_message:
64
64
  rdoc_options: []