google-apis-dialogflow_v2beta1 0.38.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: 7bfb325eb197ac50bb816b8bae1388c33e38c2bca3fffeff907dadfce4c1c957
4
- data.tar.gz: 941e8fb694bdf3c88a24e93506e61bbc2ad3784dc6452a758d526c3bfea26e00
3
+ metadata.gz: dddb55e2fa221eea806b485321d5c60a2c330e8cd672935fe6b41cbb6cc3dcf6
4
+ data.tar.gz: 9dd7f7bf4d70cadb1b10d9d5fd115d6fba49fd2d79f060fffd4fd13cadb34042
5
5
  SHA512:
6
- metadata.gz: 2ddd7ab214d55989134ef48139208d8940f7300f39ddcaadcc8d0142d23f356e1e37b364d77e1272d40caafee7c79b55c332fafe5eab29a645877258348cca02
7
- data.tar.gz: 9cfd8f3d1a88a98ac86cebcce48da902af033f11702ecb50e63ae593ea2f77bd3212fce8a4cb443db3ba2d86bbd84c6946af978bc7549f1db3075097e7bc23de
6
+ metadata.gz: e9e4e310ad65d168c37d27c8d385079141b6cc470e62cd09fef460d82b82900fae6c22c492dce610ba458fc71ee8299c34b9b36f229148b8c348ad633db7cfa7
7
+ data.tar.gz: 42aa7b32a07d83e2734efaf467fade062973cb011ceb1ba63ab3ea91356b14bd83b8abfc96c0821a1e8a986e51ce059174c9ebf947ad075847450c4d4f0edfe0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.41.0 (2022-08-27)
4
+
5
+ * Regenerated from discovery document revision 20220824
6
+
7
+ ### v0.40.0 (2022-07-22)
8
+
9
+ * Regenerated from discovery document revision 20220714
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.39.0 (2022-07-02)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.38.0 (2022-06-23)
4
17
 
5
18
  * Regenerated from discovery document revision 20220616
@@ -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
 
@@ -9450,7 +9457,7 @@ module Google
9450
9457
 
9451
9458
  # Required. The natural language speech audio to be processed. A single request
9452
9459
  # can contain up to 1 minute of speech audio data. The transcribed text cannot
9453
- # contain more than 256 bytes.
9460
+ # contain more than 256 bytes for virtual agent interactions.
9454
9461
  # Corresponds to the JSON property `audio`
9455
9462
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
9456
9463
  # @return [String]
@@ -15978,7 +15985,7 @@ module Google
15978
15985
  attr_accessor :language_code
15979
15986
 
15980
15987
  # Required. The UTF-8 encoded natural language text to be processed. Text length
15981
- # must not exceed 256 characters.
15988
+ # must not exceed 256 characters for virtual agent interactions.
15982
15989
  # Corresponds to the JSON property `text`
15983
15990
  # @return [String]
15984
15991
  attr_accessor :text
@@ -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.38.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220616"
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
 
@@ -3122,6 +3122,9 @@ module Google
3122
3122
  # @param [String] parent
3123
3123
  # Required. The project to list all answer records for in reverse chronological
3124
3124
  # order. Format: `projects//locations/`.
3125
+ # @param [String] filter
3126
+ # Optional. Filters to restrict results to specific answer records. For more
3127
+ # information about filtering, see [API Filtering](https://aip.dev/160).
3125
3128
  # @param [Fixnum] page_size
3126
3129
  # Optional. The maximum number of records to return in a single page. The server
3127
3130
  # may return fewer records than this. If unspecified, we use 10. The maximum is
@@ -3146,11 +3149,12 @@ module Google
3146
3149
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
3147
3150
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
3148
3151
  # @raise [Google::Apis::AuthorizationError] Authorization is required
3149
- def list_project_answer_records(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3152
+ def list_project_answer_records(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
3150
3153
  command = make_simple_command(:get, 'v2beta1/{+parent}/answerRecords', options)
3151
3154
  command.response_representation = Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse::Representation
3152
3155
  command.response_class = Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse
3153
3156
  command.params['parent'] = parent unless parent.nil?
3157
+ command.query['filter'] = filter unless filter.nil?
3154
3158
  command.query['pageSize'] = page_size unless page_size.nil?
3155
3159
  command.query['pageToken'] = page_token unless page_token.nil?
3156
3160
  command.query['fields'] = fields unless fields.nil?
@@ -7265,6 +7269,9 @@ module Google
7265
7269
  # @param [String] parent
7266
7270
  # Required. The project to list all answer records for in reverse chronological
7267
7271
  # order. Format: `projects//locations/`.
7272
+ # @param [String] filter
7273
+ # Optional. Filters to restrict results to specific answer records. For more
7274
+ # information about filtering, see [API Filtering](https://aip.dev/160).
7268
7275
  # @param [Fixnum] page_size
7269
7276
  # Optional. The maximum number of records to return in a single page. The server
7270
7277
  # may return fewer records than this. If unspecified, we use 10. The maximum is
@@ -7289,11 +7296,12 @@ module Google
7289
7296
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
7290
7297
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
7291
7298
  # @raise [Google::Apis::AuthorizationError] Authorization is required
7292
- def list_project_location_answer_records(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
7299
+ def list_project_location_answer_records(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
7293
7300
  command = make_simple_command(:get, 'v2beta1/{+parent}/answerRecords', options)
7294
7301
  command.response_representation = Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse::Representation
7295
7302
  command.response_class = Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1ListAnswerRecordsResponse
7296
7303
  command.params['parent'] = parent unless parent.nil?
7304
+ command.query['filter'] = filter unless filter.nil?
7297
7305
  command.query['pageSize'] = page_size unless page_size.nil?
7298
7306
  command.query['pageToken'] = page_token unless page_token.nil?
7299
7307
  command.query['fields'] = fields unless fields.nil?
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.38.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-06-27 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
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.6'
29
+ version: '0.7'
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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.38.0
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: []