google-apis-dialogflow_v3 0.71.0 → 0.72.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 36637fc481bad953ebcddee809a807db4ee5dd11138eb5f9e273e8b08b0d1675
|
4
|
+
data.tar.gz: 961a869e577e4eb678a71dd9f13adac0453c94b888c7081c46f77ef64d4bb981
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 25d4ad1bf79b381132551554d79c228ba5cd99ca0e3e57029f78a73e272bac7125f5a66d694e22bc5e994606d8989a41d646caa5b7cc77b2a0b417e96b7fb59c
|
7
|
+
data.tar.gz: 4a9db293fd6e98a39319cdbb538374ce91eba02bd0722214fb005e94ed99a7333a092a444a38cfb7420621e35c925de5a4c4bb3df4f16362d24774a71a13b0cf
|
data/CHANGELOG.md
CHANGED
@@ -12054,37 +12054,6 @@ module Google
|
|
12054
12054
|
end
|
12055
12055
|
end
|
12056
12056
|
|
12057
|
-
# A customer-managed encryption key specification that can be applied to all
|
12058
|
-
# created resources (e.g. Conversation).
|
12059
|
-
class GoogleCloudDialogflowV2EncryptionSpec
|
12060
|
-
include Google::Apis::Core::Hashable
|
12061
|
-
|
12062
|
-
# Required. The name of customer-managed encryption key that is used to secure a
|
12063
|
-
# resource and its sub-resources. If empty, the resource is secured by the
|
12064
|
-
# default Google encryption key. Only the key in the same location as this
|
12065
|
-
# resource is allowed to be used for encryption. Format: `projects/`project`/
|
12066
|
-
# locations/`location`/keyRings/`keyRing`/cryptoKeys/`key``
|
12067
|
-
# Corresponds to the JSON property `kmsKey`
|
12068
|
-
# @return [String]
|
12069
|
-
attr_accessor :kms_key
|
12070
|
-
|
12071
|
-
# Immutable. The resource name of the encryption key specification resource.
|
12072
|
-
# Format: projects/`project`/locations/`location`/encryptionSpec
|
12073
|
-
# Corresponds to the JSON property `name`
|
12074
|
-
# @return [String]
|
12075
|
-
attr_accessor :name
|
12076
|
-
|
12077
|
-
def initialize(**args)
|
12078
|
-
update!(**args)
|
12079
|
-
end
|
12080
|
-
|
12081
|
-
# Update properties of this object
|
12082
|
-
def update!(**args)
|
12083
|
-
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
12084
|
-
@name = args[:name] if args.key?(:name)
|
12085
|
-
end
|
12086
|
-
end
|
12087
|
-
|
12088
12057
|
# Each intent parameter has a type, called the entity type, which dictates
|
12089
12058
|
# exactly how data from an end-user expression is extracted. Dialogflow provides
|
12090
12059
|
# predefined system entities that can match many common types of data. For
|
@@ -12459,45 +12428,6 @@ module Google
|
|
12459
12428
|
end
|
12460
12429
|
end
|
12461
12430
|
|
12462
|
-
# Metadata for initializing a location-level encryption specification.
|
12463
|
-
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
12464
|
-
include Google::Apis::Core::Hashable
|
12465
|
-
|
12466
|
-
# The request to initialize a location-level encryption specification.
|
12467
|
-
# Corresponds to the JSON property `request`
|
12468
|
-
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest]
|
12469
|
-
attr_accessor :request
|
12470
|
-
|
12471
|
-
def initialize(**args)
|
12472
|
-
update!(**args)
|
12473
|
-
end
|
12474
|
-
|
12475
|
-
# Update properties of this object
|
12476
|
-
def update!(**args)
|
12477
|
-
@request = args[:request] if args.key?(:request)
|
12478
|
-
end
|
12479
|
-
end
|
12480
|
-
|
12481
|
-
# The request to initialize a location-level encryption specification.
|
12482
|
-
class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
|
12483
|
-
include Google::Apis::Core::Hashable
|
12484
|
-
|
12485
|
-
# A customer-managed encryption key specification that can be applied to all
|
12486
|
-
# created resources (e.g. Conversation).
|
12487
|
-
# Corresponds to the JSON property `encryptionSpec`
|
12488
|
-
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2EncryptionSpec]
|
12489
|
-
attr_accessor :encryption_spec
|
12490
|
-
|
12491
|
-
def initialize(**args)
|
12492
|
-
update!(**args)
|
12493
|
-
end
|
12494
|
-
|
12495
|
-
# Update properties of this object
|
12496
|
-
def update!(**args)
|
12497
|
-
@encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
|
12498
|
-
end
|
12499
|
-
end
|
12500
|
-
|
12501
12431
|
# InputDataset used to create model or do evaluation. NextID:5
|
12502
12432
|
class GoogleCloudDialogflowV2InputDataset
|
12503
12433
|
include Google::Apis::Core::Hashable
|
@@ -14900,37 +14830,6 @@ module Google
|
|
14900
14830
|
end
|
14901
14831
|
end
|
14902
14832
|
|
14903
|
-
# A customer-managed encryption key specification that can be applied to all
|
14904
|
-
# created resources (e.g. Conversation).
|
14905
|
-
class GoogleCloudDialogflowV2beta1EncryptionSpec
|
14906
|
-
include Google::Apis::Core::Hashable
|
14907
|
-
|
14908
|
-
# Required. The name of customer-managed encryption key that is used to secure a
|
14909
|
-
# resource and its sub-resources. If empty, the resource is secured by the
|
14910
|
-
# default Google encryption key. Only the key in the same location as this
|
14911
|
-
# resource is allowed to be used for encryption. Format: `projects/`project`/
|
14912
|
-
# locations/`location`/keyRings/`keyRing`/cryptoKeys/`key``
|
14913
|
-
# Corresponds to the JSON property `kmsKey`
|
14914
|
-
# @return [String]
|
14915
|
-
attr_accessor :kms_key
|
14916
|
-
|
14917
|
-
# Immutable. The resource name of the encryption key specification resource.
|
14918
|
-
# Format: projects/`project`/locations/`location`/encryptionSpec
|
14919
|
-
# Corresponds to the JSON property `name`
|
14920
|
-
# @return [String]
|
14921
|
-
attr_accessor :name
|
14922
|
-
|
14923
|
-
def initialize(**args)
|
14924
|
-
update!(**args)
|
14925
|
-
end
|
14926
|
-
|
14927
|
-
# Update properties of this object
|
14928
|
-
def update!(**args)
|
14929
|
-
@kms_key = args[:kms_key] if args.key?(:kms_key)
|
14930
|
-
@name = args[:name] if args.key?(:name)
|
14931
|
-
end
|
14932
|
-
end
|
14933
|
-
|
14934
14833
|
# Each intent parameter has a type, called the entity type, which dictates
|
14935
14834
|
# exactly how data from an end-user expression is extracted. Dialogflow provides
|
14936
14835
|
# predefined system entities that can match many common types of data. For
|
@@ -15249,45 +15148,6 @@ module Google
|
|
15249
15148
|
end
|
15250
15149
|
end
|
15251
15150
|
|
15252
|
-
# Metadata for initializing a location-level encryption specification.
|
15253
|
-
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
15254
|
-
include Google::Apis::Core::Hashable
|
15255
|
-
|
15256
|
-
# The request to initialize a location-level encryption specification.
|
15257
|
-
# Corresponds to the JSON property `request`
|
15258
|
-
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest]
|
15259
|
-
attr_accessor :request
|
15260
|
-
|
15261
|
-
def initialize(**args)
|
15262
|
-
update!(**args)
|
15263
|
-
end
|
15264
|
-
|
15265
|
-
# Update properties of this object
|
15266
|
-
def update!(**args)
|
15267
|
-
@request = args[:request] if args.key?(:request)
|
15268
|
-
end
|
15269
|
-
end
|
15270
|
-
|
15271
|
-
# The request to initialize a location-level encryption specification.
|
15272
|
-
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
15273
|
-
include Google::Apis::Core::Hashable
|
15274
|
-
|
15275
|
-
# A customer-managed encryption key specification that can be applied to all
|
15276
|
-
# created resources (e.g. Conversation).
|
15277
|
-
# Corresponds to the JSON property `encryptionSpec`
|
15278
|
-
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1EncryptionSpec]
|
15279
|
-
attr_accessor :encryption_spec
|
15280
|
-
|
15281
|
-
def initialize(**args)
|
15282
|
-
update!(**args)
|
15283
|
-
end
|
15284
|
-
|
15285
|
-
# Update properties of this object
|
15286
|
-
def update!(**args)
|
15287
|
-
@encryption_spec = args[:encryption_spec] if args.key?(:encryption_spec)
|
15288
|
-
end
|
15289
|
-
end
|
15290
|
-
|
15291
15151
|
# An intent categorizes an end-user's intention for one conversation turn. For
|
15292
15152
|
# each agent, you define many intents, where your combined intents can handle a
|
15293
15153
|
# complete conversation. When an end-user writes or says something, referred to
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.72.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231129"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1996,12 +1996,6 @@ module Google
|
|
1996
1996
|
include Google::Apis::Core::JsonObjectSupport
|
1997
1997
|
end
|
1998
1998
|
|
1999
|
-
class GoogleCloudDialogflowV2EncryptionSpec
|
2000
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2001
|
-
|
2002
|
-
include Google::Apis::Core::JsonObjectSupport
|
2003
|
-
end
|
2004
|
-
|
2005
1999
|
class GoogleCloudDialogflowV2EntityType
|
2006
2000
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2007
2001
|
|
@@ -2068,18 +2062,6 @@ module Google
|
|
2068
2062
|
include Google::Apis::Core::JsonObjectSupport
|
2069
2063
|
end
|
2070
2064
|
|
2071
|
-
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
2072
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2073
|
-
|
2074
|
-
include Google::Apis::Core::JsonObjectSupport
|
2075
|
-
end
|
2076
|
-
|
2077
|
-
class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
|
2078
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
-
|
2080
|
-
include Google::Apis::Core::JsonObjectSupport
|
2081
|
-
end
|
2082
|
-
|
2083
2065
|
class GoogleCloudDialogflowV2InputDataset
|
2084
2066
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2085
2067
|
|
@@ -2440,12 +2422,6 @@ module Google
|
|
2440
2422
|
include Google::Apis::Core::JsonObjectSupport
|
2441
2423
|
end
|
2442
2424
|
|
2443
|
-
class GoogleCloudDialogflowV2beta1EncryptionSpec
|
2444
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2445
|
-
|
2446
|
-
include Google::Apis::Core::JsonObjectSupport
|
2447
|
-
end
|
2448
|
-
|
2449
2425
|
class GoogleCloudDialogflowV2beta1EntityType
|
2450
2426
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2451
2427
|
|
@@ -2500,18 +2476,6 @@ module Google
|
|
2500
2476
|
include Google::Apis::Core::JsonObjectSupport
|
2501
2477
|
end
|
2502
2478
|
|
2503
|
-
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
2504
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2505
|
-
|
2506
|
-
include Google::Apis::Core::JsonObjectSupport
|
2507
|
-
end
|
2508
|
-
|
2509
|
-
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
2510
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2511
|
-
|
2512
|
-
include Google::Apis::Core::JsonObjectSupport
|
2513
|
-
end
|
2514
|
-
|
2515
2479
|
class GoogleCloudDialogflowV2beta1Intent
|
2516
2480
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2517
2481
|
|
@@ -6277,14 +6241,6 @@ module Google
|
|
6277
6241
|
end
|
6278
6242
|
end
|
6279
6243
|
|
6280
|
-
class GoogleCloudDialogflowV2EncryptionSpec
|
6281
|
-
# @private
|
6282
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6283
|
-
property :kms_key, as: 'kmsKey'
|
6284
|
-
property :name, as: 'name'
|
6285
|
-
end
|
6286
|
-
end
|
6287
|
-
|
6288
6244
|
class GoogleCloudDialogflowV2EntityType
|
6289
6245
|
# @private
|
6290
6246
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -6386,22 +6342,6 @@ module Google
|
|
6386
6342
|
end
|
6387
6343
|
end
|
6388
6344
|
|
6389
|
-
class GoogleCloudDialogflowV2InitializeEncryptionSpecMetadata
|
6390
|
-
# @private
|
6391
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6392
|
-
property :request, as: 'request', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2InitializeEncryptionSpecRequest::Representation
|
6393
|
-
|
6394
|
-
end
|
6395
|
-
end
|
6396
|
-
|
6397
|
-
class GoogleCloudDialogflowV2InitializeEncryptionSpecRequest
|
6398
|
-
# @private
|
6399
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
6400
|
-
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2EncryptionSpec, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2EncryptionSpec::Representation
|
6401
|
-
|
6402
|
-
end
|
6403
|
-
end
|
6404
|
-
|
6405
6345
|
class GoogleCloudDialogflowV2InputDataset
|
6406
6346
|
# @private
|
6407
6347
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7052,14 +6992,6 @@ module Google
|
|
7052
6992
|
end
|
7053
6993
|
end
|
7054
6994
|
|
7055
|
-
class GoogleCloudDialogflowV2beta1EncryptionSpec
|
7056
|
-
# @private
|
7057
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7058
|
-
property :kms_key, as: 'kmsKey'
|
7059
|
-
property :name, as: 'name'
|
7060
|
-
end
|
7061
|
-
end
|
7062
|
-
|
7063
6995
|
class GoogleCloudDialogflowV2beta1EntityType
|
7064
6996
|
# @private
|
7065
6997
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7143,22 +7075,6 @@ module Google
|
|
7143
7075
|
end
|
7144
7076
|
end
|
7145
7077
|
|
7146
|
-
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecMetadata
|
7147
|
-
# @private
|
7148
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7149
|
-
property :request, as: 'request', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest::Representation
|
7150
|
-
|
7151
|
-
end
|
7152
|
-
end
|
7153
|
-
|
7154
|
-
class GoogleCloudDialogflowV2beta1InitializeEncryptionSpecRequest
|
7155
|
-
# @private
|
7156
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
7157
|
-
property :encryption_spec, as: 'encryptionSpec', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1EncryptionSpec, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1EncryptionSpec::Representation
|
7158
|
-
|
7159
|
-
end
|
7160
|
-
end
|
7161
|
-
|
7162
7078
|
class GoogleCloudDialogflowV2beta1Intent
|
7163
7079
|
# @private
|
7164
7080
|
class Representation < Google::Apis::Core::JsonRepresentation
|
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.
|
4
|
+
version: 0.72.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: 2023-
|
11
|
+
date: 2023-12-03 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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.72.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: []
|