google-apis-dialogflow_v3beta1 0.42.0 → 0.43.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: 18979339d6c577b57e7ac83a997dbb053034c62f887760527b022d102aaf3856
4
- data.tar.gz: 2f8a24c1a4fd095975cfac719971b1dc4a91ecc204daabdbe48fe2aa5396707e
3
+ metadata.gz: 88cd9940b895609dff537e8cb17763b229a5ab1c2d96124206b38a9aac4da5e8
4
+ data.tar.gz: ed8b48b5df724ab6bb8ce84c640d5fcbf684328247a8f8abb1abae3f28e66fb3
5
5
  SHA512:
6
- metadata.gz: 6ce766b651cc1d160fd51f4f25b0b6252020eb06408c2dfb9c6775fdb63744e7fb4dc413fa46c24923ceeec8be7df359f47e50f59d99e02aa81428c1ce6f8542
7
- data.tar.gz: 304574e62562a6038e76eb36b8b02609af50803326b946e814370e0a4b47a262a0509db6ec4c824fff156b1c7895f6e202adcca0231a38532096de2f1728426f
6
+ metadata.gz: 50956fa981dab3666f9dcd254b84e0219370d83c89dca204fc83490380915c5e5c6b3aa2e7ce3f76142a83dd95c01364ea3f028c4217c53f0c0c2d932905c8b8
7
+ data.tar.gz: e55d9b84e315a399293e626d853fc251fa6474774efd0fa87c863c2e677a091a87918a8d155bb962f416169c2339adbd2a6c8e43a02bb9c42e4d6261aa36032e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.43.0 (2022-08-27)
4
+
5
+ * Regenerated from discovery document revision 20220824
6
+
3
7
  ### v0.42.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 DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.43.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_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.42.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.43.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []