google-apis-dialogflow_v2 0.41.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd81ea301f3088feda87237f01c669d2dd5445061e0bb91788978336a842ad7c
|
4
|
+
data.tar.gz: 29ea77c43533f145ee7489344351b801afc711d128036f48c6c58357cdd8d2d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 642651c9d6adc54a2122b9dc206512c530f02017902cbe95391cbcc96e3abba47bc4611b7939932cf688d1cc0192709cd8da9113dfffb23c6b5e7b3b38a7dd09
|
7
|
+
data.tar.gz: 3ac3157647f0b625046e101aed2022906600f404c8db56db8f30e18fc08379810804e757e72a3729f8035d1a76b5e6f4675ba936a20ad987d996089818dba71b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,18 @@
|
|
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
|
+
|
7
|
+
### v0.43.0 (2022-07-22)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20220714
|
10
|
+
* Regenerated using generator version 0.9.0
|
11
|
+
|
12
|
+
### v0.42.0 (2022-06-30)
|
13
|
+
|
14
|
+
* Regenerated using generator version 0.8.0
|
15
|
+
|
3
16
|
### v0.41.0 (2022-06-23)
|
4
17
|
|
5
18
|
* Regenerated from discovery document revision 20220616
|
@@ -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
|
|
@@ -12491,7 +12498,7 @@ module Google
|
|
12491
12498
|
attr_accessor :language_code
|
12492
12499
|
|
12493
12500
|
# Required. The UTF-8 encoded natural language text to be processed. Text length
|
12494
|
-
# must not exceed 256 characters.
|
12501
|
+
# must not exceed 256 characters for virtual agent interactions.
|
12495
12502
|
# Corresponds to the JSON property `text`
|
12496
12503
|
# @return [String]
|
12497
12504
|
attr_accessor :text
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.44.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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
|
|
@@ -3001,6 +3001,10 @@ module Google
|
|
3001
3001
|
# @param [String] parent
|
3002
3002
|
# Required. The project to list all answer records for in reverse chronological
|
3003
3003
|
# order. Format: `projects//locations/`.
|
3004
|
+
# @param [String] filter
|
3005
|
+
# Optional. Filters to restrict results to specific answer records. Marked
|
3006
|
+
# deprecated as it hasn't been, and isn't currently, supported. For more
|
3007
|
+
# information about filtering, see [API Filtering](https://aip.dev/160).
|
3004
3008
|
# @param [Fixnum] page_size
|
3005
3009
|
# Optional. The maximum number of records to return in a single page. The server
|
3006
3010
|
# may return fewer records than this. If unspecified, we use 10. The maximum is
|
@@ -3025,11 +3029,12 @@ module Google
|
|
3025
3029
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3026
3030
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3027
3031
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3028
|
-
def list_project_answer_records(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3032
|
+
def list_project_answer_records(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3029
3033
|
command = make_simple_command(:get, 'v2/{+parent}/answerRecords', options)
|
3030
3034
|
command.response_representation = Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ListAnswerRecordsResponse::Representation
|
3031
3035
|
command.response_class = Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ListAnswerRecordsResponse
|
3032
3036
|
command.params['parent'] = parent unless parent.nil?
|
3037
|
+
command.query['filter'] = filter unless filter.nil?
|
3033
3038
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3034
3039
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3035
3040
|
command.query['fields'] = fields unless fields.nil?
|
@@ -7332,6 +7337,10 @@ module Google
|
|
7332
7337
|
# @param [String] parent
|
7333
7338
|
# Required. The project to list all answer records for in reverse chronological
|
7334
7339
|
# order. Format: `projects//locations/`.
|
7340
|
+
# @param [String] filter
|
7341
|
+
# Optional. Filters to restrict results to specific answer records. Marked
|
7342
|
+
# deprecated as it hasn't been, and isn't currently, supported. For more
|
7343
|
+
# information about filtering, see [API Filtering](https://aip.dev/160).
|
7335
7344
|
# @param [Fixnum] page_size
|
7336
7345
|
# Optional. The maximum number of records to return in a single page. The server
|
7337
7346
|
# may return fewer records than this. If unspecified, we use 10. The maximum is
|
@@ -7356,11 +7365,12 @@ module Google
|
|
7356
7365
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
7357
7366
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
7358
7367
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
7359
|
-
def list_project_location_answer_records(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
7368
|
+
def list_project_location_answer_records(parent, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
7360
7369
|
command = make_simple_command(:get, 'v2/{+parent}/answerRecords', options)
|
7361
7370
|
command.response_representation = Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ListAnswerRecordsResponse::Representation
|
7362
7371
|
command.response_class = Google::Apis::DialogflowV2::GoogleCloudDialogflowV2ListAnswerRecordsResponse
|
7363
7372
|
command.params['parent'] = parent unless parent.nil?
|
7373
|
+
command.query['filter'] = filter unless filter.nil?
|
7364
7374
|
command.query['pageSize'] = page_size unless page_size.nil?
|
7365
7375
|
command.query['pageToken'] = page_token unless page_token.nil?
|
7366
7376
|
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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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.
|
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.
|
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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
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: []
|