google-apis-dialogflow_v2 0.114.0 → 0.115.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: '00586f6e8c4a628d3faca85999fcbe4f14f6a6a8a8e2a8aeeee89904929a38d0'
|
|
4
|
+
data.tar.gz: 35b2c0d0b96842fe1d0ffbb79b8e9fd0b2404d401f7ccd2bbf7705d30d39506d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a18a53ae710d90ccddc846e26cfee85121211503cf16a3810cbea59433ea82d79dedc21d65bd09de6565ad5b7d256bf9bb16f9d033e2793cdfe50e9e2514a1d8
|
|
7
|
+
data.tar.gz: 29b7f94710801a0392821c899ca66b6457cb7fcf95c6b53e4ff97a38a0d1eb9af3cb48c228235e14c0c6c4bb1bf2c1d8b2135517287c1ac8509e8ebea494a94d
|
data/CHANGELOG.md
CHANGED
|
@@ -3507,6 +3507,11 @@ module Google
|
|
|
3507
3507
|
# @return [Hash<String,Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue>]
|
|
3508
3508
|
attr_accessor :secret_versions_for_request_headers
|
|
3509
3509
|
|
|
3510
|
+
# Configuration for authentication using a service account.
|
|
3511
|
+
# Corresponds to the JSON property `serviceAccountAuthConfig`
|
|
3512
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig]
|
|
3513
|
+
attr_accessor :service_account_auth_config
|
|
3514
|
+
|
|
3510
3515
|
# Optional. Indicate the auth token type generated from the [Diglogflow service
|
|
3511
3516
|
# agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-
|
|
3512
3517
|
# agent). The generated token is sent in the Authorization header.
|
|
@@ -3545,6 +3550,7 @@ module Google
|
|
|
3545
3550
|
@request_headers = args[:request_headers] if args.key?(:request_headers)
|
|
3546
3551
|
@secret_version_for_username_password = args[:secret_version_for_username_password] if args.key?(:secret_version_for_username_password)
|
|
3547
3552
|
@secret_versions_for_request_headers = args[:secret_versions_for_request_headers] if args.key?(:secret_versions_for_request_headers)
|
|
3553
|
+
@service_account_auth_config = args[:service_account_auth_config] if args.key?(:service_account_auth_config)
|
|
3548
3554
|
@service_agent_auth = args[:service_agent_auth] if args.key?(:service_agent_auth)
|
|
3549
3555
|
@uri = args[:uri] if args.key?(:uri)
|
|
3550
3556
|
@username = args[:username] if args.key?(:username)
|
|
@@ -3620,6 +3626,30 @@ module Google
|
|
|
3620
3626
|
end
|
|
3621
3627
|
end
|
|
3622
3628
|
|
|
3629
|
+
# Configuration for authentication using a service account.
|
|
3630
|
+
class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
|
|
3631
|
+
include Google::Apis::Core::Hashable
|
|
3632
|
+
|
|
3633
|
+
# Required. The email address of the service account used to authenticate the
|
|
3634
|
+
# webhook call. Dialogflow uses this service account to exchange an access token
|
|
3635
|
+
# and the access token is then sent in the `Authorization` header of the webhook
|
|
3636
|
+
# request. The service account must have the `roles/iam.
|
|
3637
|
+
# serviceAccountTokenCreator` role granted to the [Dialogflow service agent](
|
|
3638
|
+
# https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
|
|
3639
|
+
# Corresponds to the JSON property `serviceAccount`
|
|
3640
|
+
# @return [String]
|
|
3641
|
+
attr_accessor :service_account
|
|
3642
|
+
|
|
3643
|
+
def initialize(**args)
|
|
3644
|
+
update!(**args)
|
|
3645
|
+
end
|
|
3646
|
+
|
|
3647
|
+
# Update properties of this object
|
|
3648
|
+
def update!(**args)
|
|
3649
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
|
3650
|
+
end
|
|
3651
|
+
end
|
|
3652
|
+
|
|
3623
3653
|
# The request message for a webhook call. The request is sent as a JSON object
|
|
3624
3654
|
# and the field names will be presented in camel cases. You may see undocumented
|
|
3625
3655
|
# fields in an actual request. These fields are used internally by Dialogflow
|
|
@@ -7432,6 +7462,11 @@ module Google
|
|
|
7432
7462
|
# @return [Hash<String,Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue>]
|
|
7433
7463
|
attr_accessor :secret_versions_for_request_headers
|
|
7434
7464
|
|
|
7465
|
+
# Configuration for authentication using a service account.
|
|
7466
|
+
# Corresponds to the JSON property `serviceAccountAuthConfig`
|
|
7467
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig]
|
|
7468
|
+
attr_accessor :service_account_auth_config
|
|
7469
|
+
|
|
7435
7470
|
# Optional. Indicate the auth token type generated from the [Diglogflow service
|
|
7436
7471
|
# agent](https://cloud.google.com/iam/docs/service-agents#dialogflow-service-
|
|
7437
7472
|
# agent). The generated token is sent in the Authorization header.
|
|
@@ -7470,6 +7505,7 @@ module Google
|
|
|
7470
7505
|
@request_headers = args[:request_headers] if args.key?(:request_headers)
|
|
7471
7506
|
@secret_version_for_username_password = args[:secret_version_for_username_password] if args.key?(:secret_version_for_username_password)
|
|
7472
7507
|
@secret_versions_for_request_headers = args[:secret_versions_for_request_headers] if args.key?(:secret_versions_for_request_headers)
|
|
7508
|
+
@service_account_auth_config = args[:service_account_auth_config] if args.key?(:service_account_auth_config)
|
|
7473
7509
|
@service_agent_auth = args[:service_agent_auth] if args.key?(:service_agent_auth)
|
|
7474
7510
|
@uri = args[:uri] if args.key?(:uri)
|
|
7475
7511
|
@username = args[:username] if args.key?(:username)
|
|
@@ -7545,6 +7581,30 @@ module Google
|
|
|
7545
7581
|
end
|
|
7546
7582
|
end
|
|
7547
7583
|
|
|
7584
|
+
# Configuration for authentication using a service account.
|
|
7585
|
+
class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig
|
|
7586
|
+
include Google::Apis::Core::Hashable
|
|
7587
|
+
|
|
7588
|
+
# Required. The email address of the service account used to authenticate the
|
|
7589
|
+
# webhook call. Dialogflow uses this service account to exchange an access token
|
|
7590
|
+
# and the access token is then sent in the `Authorization` header of the webhook
|
|
7591
|
+
# request. The service account must have the `roles/iam.
|
|
7592
|
+
# serviceAccountTokenCreator` role granted to the [Dialogflow service agent](
|
|
7593
|
+
# https://cloud.google.com/iam/docs/service-agents#dialogflow-service-agent).
|
|
7594
|
+
# Corresponds to the JSON property `serviceAccount`
|
|
7595
|
+
# @return [String]
|
|
7596
|
+
attr_accessor :service_account
|
|
7597
|
+
|
|
7598
|
+
def initialize(**args)
|
|
7599
|
+
update!(**args)
|
|
7600
|
+
end
|
|
7601
|
+
|
|
7602
|
+
# Update properties of this object
|
|
7603
|
+
def update!(**args)
|
|
7604
|
+
@service_account = args[:service_account] if args.key?(:service_account)
|
|
7605
|
+
end
|
|
7606
|
+
end
|
|
7607
|
+
|
|
7548
7608
|
# The request message for a webhook call. The request is sent as a JSON object
|
|
7549
7609
|
# and the field names will be presented in camel cases. You may see undocumented
|
|
7550
7610
|
# fields in an actual request. These fields are used internally by Dialogflow
|
|
@@ -19276,9 +19336,9 @@ module Google
|
|
|
19276
19336
|
# unspecified, Dialogflow will use Google's default trust store to verify
|
|
19277
19337
|
# certificates. N.B. Make sure the HTTPS server certificates are signed with "
|
|
19278
19338
|
# subject alt name". For instance a certificate can be self-signed using the
|
|
19279
|
-
# following command, openssl x509 -req -days 200 -in example.com.csr \ -
|
|
19280
|
-
# example.com.key \ -out example.com.crt \ -extfile <(printf "\
|
|
19281
|
-
# DNS:www.example.com'")
|
|
19339
|
+
# following command, ``` openssl x509 -req -days 200 -in example.com.csr \ -
|
|
19340
|
+
# signkey example.com.key \ -out example.com.crt \ -extfile <(printf "\
|
|
19341
|
+
# nsubjectAltName='DNS:www.example.com'") ```
|
|
19282
19342
|
# Corresponds to the JSON property `cert`
|
|
19283
19343
|
# NOTE: Values are automatically base64 encoded/decoded in the client library.
|
|
19284
19344
|
# @return [String]
|
|
@@ -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.115.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251027"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -604,6 +604,12 @@ module Google
|
|
|
604
604
|
include Google::Apis::Core::JsonObjectSupport
|
|
605
605
|
end
|
|
606
606
|
|
|
607
|
+
class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
|
+
|
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
611
|
+
end
|
|
612
|
+
|
|
607
613
|
class GoogleCloudDialogflowCxV3WebhookRequest
|
|
608
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
609
615
|
|
|
@@ -1234,6 +1240,12 @@ module Google
|
|
|
1234
1240
|
include Google::Apis::Core::JsonObjectSupport
|
|
1235
1241
|
end
|
|
1236
1242
|
|
|
1243
|
+
class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig
|
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1245
|
+
|
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1247
|
+
end
|
|
1248
|
+
|
|
1237
1249
|
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
|
1238
1250
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1239
1251
|
|
|
@@ -4905,6 +4917,8 @@ module Google
|
|
|
4905
4917
|
property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
|
|
4906
4918
|
hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3WebhookGenericWebServiceSecretVersionHeaderValue::Representation
|
|
4907
4919
|
|
|
4920
|
+
property :service_account_auth_config, as: 'serviceAccountAuthConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig::Representation
|
|
4921
|
+
|
|
4908
4922
|
property :service_agent_auth, as: 'serviceAgentAuth'
|
|
4909
4923
|
property :uri, as: 'uri'
|
|
4910
4924
|
property :username, as: 'username'
|
|
@@ -4930,6 +4944,13 @@ module Google
|
|
|
4930
4944
|
end
|
|
4931
4945
|
end
|
|
4932
4946
|
|
|
4947
|
+
class GoogleCloudDialogflowCxV3WebhookGenericWebServiceServiceAccountAuthConfig
|
|
4948
|
+
# @private
|
|
4949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
4950
|
+
property :service_account, as: 'serviceAccount'
|
|
4951
|
+
end
|
|
4952
|
+
end
|
|
4953
|
+
|
|
4933
4954
|
class GoogleCloudDialogflowCxV3WebhookRequest
|
|
4934
4955
|
# @private
|
|
4935
4956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5959,6 +5980,8 @@ module Google
|
|
|
5959
5980
|
property :secret_version_for_username_password, as: 'secretVersionForUsernamePassword'
|
|
5960
5981
|
hash :secret_versions_for_request_headers, as: 'secretVersionsForRequestHeaders', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceSecretVersionHeaderValue::Representation
|
|
5961
5982
|
|
|
5983
|
+
property :service_account_auth_config, as: 'serviceAccountAuthConfig', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig::Representation
|
|
5984
|
+
|
|
5962
5985
|
property :service_agent_auth, as: 'serviceAgentAuth'
|
|
5963
5986
|
property :uri, as: 'uri'
|
|
5964
5987
|
property :username, as: 'username'
|
|
@@ -5984,6 +6007,13 @@ module Google
|
|
|
5984
6007
|
end
|
|
5985
6008
|
end
|
|
5986
6009
|
|
|
6010
|
+
class GoogleCloudDialogflowCxV3beta1WebhookGenericWebServiceServiceAccountAuthConfig
|
|
6011
|
+
# @private
|
|
6012
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
6013
|
+
property :service_account, as: 'serviceAccount'
|
|
6014
|
+
end
|
|
6015
|
+
end
|
|
6016
|
+
|
|
5987
6017
|
class GoogleCloudDialogflowCxV3beta1WebhookRequest
|
|
5988
6018
|
# @private
|
|
5989
6019
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -5088,8 +5088,8 @@ module Google
|
|
|
5088
5088
|
# @param [String] name
|
|
5089
5089
|
# The resource that owns the locations collection, if applicable.
|
|
5090
5090
|
# @param [Array<String>, String] extra_location_types
|
|
5091
|
-
# Optional.
|
|
5092
|
-
#
|
|
5091
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
5092
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
5093
5093
|
# @param [String] filter
|
|
5094
5094
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
5095
5095
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.115.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.115.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|