google-apis-dialogflow_v3 0.101.0 → 0.103.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: bf5156200b926741687fc970e442a1849eaa834fc050bffaeae6479742f4aa2c
|
4
|
+
data.tar.gz: 93fd9c8a58f2a7f726db5e6dc707a8588104aafa0eb572817331aaaf49a63bb9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6564673318084148468d10b25d1f27bc605cc8a2d57bdbf84c356d7a609ff27861ae87e929ca85fbe5bcee8904e62a1452e929212219396bd766f0234adf19a
|
7
|
+
data.tar.gz: eae28d0d38459183915421ba2c82d5eb84a4c3933866c242df3125601e4404184d27c2dc8b110cda89953b368ddc4aa741d2fad6091874cc780bc9512dcf8bfb
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
2
2
|
|
3
|
+
### v0.103.0 (2025-03-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250227
|
6
|
+
|
7
|
+
### v0.102.0 (2025-01-12)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250103
|
10
|
+
* Regenerated using generator version 0.16.0
|
11
|
+
|
3
12
|
### v0.101.0 (2024-12-22)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20241216
|
@@ -174,8 +174,8 @@ module Google
|
|
174
174
|
# @return [String]
|
175
175
|
attr_accessor :no_speech_timeout
|
176
176
|
|
177
|
-
# Use timeout based endpointing, interpreting endpointer
|
178
|
-
# timeout value.
|
177
|
+
# Use timeout based endpointing, interpreting endpointer sensitivity as seconds
|
178
|
+
# of timeout value.
|
179
179
|
# Corresponds to the JSON property `useTimeoutBasedEndpointing`
|
180
180
|
# @return [Boolean]
|
181
181
|
attr_accessor :use_timeout_based_endpointing
|
@@ -300,6 +300,20 @@ module Google
|
|
300
300
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentPersonalizationSettings]
|
301
301
|
attr_accessor :personalization_settings
|
302
302
|
|
303
|
+
# Optional. Output only. A read only boolean field reflecting Zone Isolation
|
304
|
+
# status of the agent.
|
305
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
306
|
+
# @return [Boolean]
|
307
|
+
attr_accessor :satisfies_pzi
|
308
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
309
|
+
|
310
|
+
# Optional. Output only. A read only boolean field reflecting Zone Separation
|
311
|
+
# status of the agent.
|
312
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
313
|
+
# @return [Boolean]
|
314
|
+
attr_accessor :satisfies_pzs
|
315
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
316
|
+
|
303
317
|
# Name of the SecuritySettings reference for the agent. Format: `projects//
|
304
318
|
# locations//securitySettings/`.
|
305
319
|
# Corresponds to the JSON property `securitySettings`
|
@@ -356,6 +370,8 @@ module Google
|
|
356
370
|
@locked = args[:locked] if args.key?(:locked)
|
357
371
|
@name = args[:name] if args.key?(:name)
|
358
372
|
@personalization_settings = args[:personalization_settings] if args.key?(:personalization_settings)
|
373
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
374
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
359
375
|
@security_settings = args[:security_settings] if args.key?(:security_settings)
|
360
376
|
@speech_to_text_settings = args[:speech_to_text_settings] if args.key?(:speech_to_text_settings)
|
361
377
|
@start_flow = args[:start_flow] if args.key?(:start_flow)
|
@@ -778,7 +794,7 @@ module Google
|
|
778
794
|
include Google::Apis::Core::Hashable
|
779
795
|
|
780
796
|
# Optional. Condition boost specifications. If a document matches multiple
|
781
|
-
# conditions in the
|
797
|
+
# conditions in the specifications, boost scores from these specifications are
|
782
798
|
# all applied and combined in a non-linear way. Maximum number of specifications
|
783
799
|
# is 20.
|
784
800
|
# Corresponds to the JSON property `conditionBoostSpecs`
|
@@ -1356,6 +1372,13 @@ module Google
|
|
1356
1372
|
# @return [String]
|
1357
1373
|
attr_accessor :data_store_type
|
1358
1374
|
|
1375
|
+
# The document processing mode for the data store connection. Should only be set
|
1376
|
+
# for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as
|
1377
|
+
# DOCUMENTS, as this is the legacy mode.
|
1378
|
+
# Corresponds to the JSON property `documentProcessingMode`
|
1379
|
+
# @return [String]
|
1380
|
+
attr_accessor :document_processing_mode
|
1381
|
+
|
1359
1382
|
def initialize(**args)
|
1360
1383
|
update!(**args)
|
1361
1384
|
end
|
@@ -1364,6 +1387,7 @@ module Google
|
|
1364
1387
|
def update!(**args)
|
1365
1388
|
@data_store = args[:data_store] if args.key?(:data_store)
|
1366
1389
|
@data_store_type = args[:data_store_type] if args.key?(:data_store_type)
|
1390
|
+
@document_processing_mode = args[:document_processing_mode] if args.key?(:document_processing_mode)
|
1367
1391
|
end
|
1368
1392
|
end
|
1369
1393
|
|
@@ -3118,7 +3142,7 @@ module Google
|
|
3118
3142
|
# every page's transition routes and can support use cases such as the user
|
3119
3143
|
# saying "help" or "can I talk to a human?", which can be handled in a common
|
3120
3144
|
# way regardless of the current page. Transition routes defined in the page have
|
3121
|
-
# higher priority than those defined in the flow. TransitionRoutes are
|
3145
|
+
# higher priority than those defined in the flow. TransitionRoutes are evaluated
|
3122
3146
|
# in the following order: * TransitionRoutes with intent specified. *
|
3123
3147
|
# TransitionRoutes with only condition specified. TransitionRoutes with intent
|
3124
3148
|
# specified are inherited by pages in the flow.
|
@@ -5692,7 +5716,7 @@ module Google
|
|
5692
5716
|
|
5693
5717
|
# A list of transitions for the transition rules of this page. They route the
|
5694
5718
|
# conversation to another page in the same flow, or another flow. When we are in
|
5695
|
-
# a certain page, the TransitionRoutes are
|
5719
|
+
# a certain page, the TransitionRoutes are evaluated in the following order: *
|
5696
5720
|
# TransitionRoutes defined in the page with intent specified. * TransitionRoutes
|
5697
5721
|
# defined in the transition route groups with intent specified. *
|
5698
5722
|
# TransitionRoutes defined in flow with intent specified. * TransitionRoutes
|
@@ -6970,12 +6994,18 @@ module Google
|
|
6970
6994
|
class GoogleCloudDialogflowCxV3SearchConfig
|
6971
6995
|
include Google::Apis::Core::Hashable
|
6972
6996
|
|
6973
|
-
# Optional. Boosting configuration for the datastores.
|
6997
|
+
# Optional. Boosting configuration for the datastores. Maps from datastore name
|
6998
|
+
# to their boost configuration. Do not specify more than one BoostSpecs for each
|
6999
|
+
# datastore name. If multiple BoostSpecs are provided for the same datastore
|
7000
|
+
# name, the behavior is undefined.
|
6974
7001
|
# Corresponds to the JSON property `boostSpecs`
|
6975
7002
|
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3BoostSpecs>]
|
6976
7003
|
attr_accessor :boost_specs
|
6977
7004
|
|
6978
|
-
# Optional. Filter configuration for the datastores.
|
7005
|
+
# Optional. Filter configuration for the datastores. Maps from datastore name to
|
7006
|
+
# the filter expression for that datastore. Do not specify more than one
|
7007
|
+
# FilterSpecs for each datastore name. If multiple FilterSpecs are provided for
|
7008
|
+
# the same datastore name, the behavior is undefined.
|
6979
7009
|
# Corresponds to the JSON property `filterSpecs`
|
6980
7010
|
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3FilterSpecs>]
|
6981
7011
|
attr_accessor :filter_specs
|
@@ -8539,7 +8569,7 @@ module Google
|
|
8539
8569
|
# @return [String]
|
8540
8570
|
attr_accessor :client_id
|
8541
8571
|
|
8542
|
-
#
|
8572
|
+
# Optional. The client secret provided by the 3rd party platform.
|
8543
8573
|
# Corresponds to the JSON property `clientSecret`
|
8544
8574
|
# @return [String]
|
8545
8575
|
attr_accessor :client_secret
|
@@ -9053,8 +9083,8 @@ module Google
|
|
9053
9083
|
# @return [String]
|
9054
9084
|
attr_accessor :no_speech_timeout
|
9055
9085
|
|
9056
|
-
# Use timeout based endpointing, interpreting endpointer
|
9057
|
-
# timeout value.
|
9086
|
+
# Use timeout based endpointing, interpreting endpointer sensitivity as seconds
|
9087
|
+
# of timeout value.
|
9058
9088
|
# Corresponds to the JSON property `useTimeoutBasedEndpointing`
|
9059
9089
|
# @return [Boolean]
|
9060
9090
|
attr_accessor :use_timeout_based_endpointing
|
@@ -9426,6 +9456,13 @@ module Google
|
|
9426
9456
|
# @return [String]
|
9427
9457
|
attr_accessor :data_store_type
|
9428
9458
|
|
9459
|
+
# The document processing mode for the data store connection. Should only be set
|
9460
|
+
# for PUBLIC_WEB and UNSTRUCTURED data stores. If not set it is considered as
|
9461
|
+
# DOCUMENTS, as this is the legacy mode.
|
9462
|
+
# Corresponds to the JSON property `documentProcessingMode`
|
9463
|
+
# @return [String]
|
9464
|
+
attr_accessor :document_processing_mode
|
9465
|
+
|
9429
9466
|
def initialize(**args)
|
9430
9467
|
update!(**args)
|
9431
9468
|
end
|
@@ -9434,6 +9471,7 @@ module Google
|
|
9434
9471
|
def update!(**args)
|
9435
9472
|
@data_store = args[:data_store] if args.key?(:data_store)
|
9436
9473
|
@data_store_type = args[:data_store_type] if args.key?(:data_store_type)
|
9474
|
+
@document_processing_mode = args[:document_processing_mode] if args.key?(:document_processing_mode)
|
9437
9475
|
end
|
9438
9476
|
end
|
9439
9477
|
|
@@ -11013,7 +11051,7 @@ module Google
|
|
11013
11051
|
|
11014
11052
|
# A list of transitions for the transition rules of this page. They route the
|
11015
11053
|
# conversation to another page in the same flow, or another flow. When we are in
|
11016
|
-
# a certain page, the TransitionRoutes are
|
11054
|
+
# a certain page, the TransitionRoutes are evaluated in the following order: *
|
11017
11055
|
# TransitionRoutes defined in the page with intent specified. * TransitionRoutes
|
11018
11056
|
# defined in the transition route groups with intent specified. *
|
11019
11057
|
# TransitionRoutes defined in flow with intent specified. * TransitionRoutes
|
@@ -12364,7 +12402,7 @@ module Google
|
|
12364
12402
|
# @return [String]
|
12365
12403
|
attr_accessor :client_id
|
12366
12404
|
|
12367
|
-
#
|
12405
|
+
# Optional. The client secret provided by the 3rd party platform.
|
12368
12406
|
# Corresponds to the JSON property `clientSecret`
|
12369
12407
|
# @return [String]
|
12370
12408
|
attr_accessor :client_secret
|
@@ -15234,7 +15272,8 @@ module Google
|
|
15234
15272
|
# @return [String]
|
15235
15273
|
attr_accessor :participant_role
|
15236
15274
|
|
15237
|
-
# Optional. The time when the message was sent.
|
15275
|
+
# Optional. The time when the message was sent. For voice messages, this is the
|
15276
|
+
# time when an utterance started.
|
15238
15277
|
# Corresponds to the JSON property `sendTime`
|
15239
15278
|
# @return [String]
|
15240
15279
|
attr_accessor :send_time
|
@@ -18948,7 +18987,8 @@ module Google
|
|
18948
18987
|
# @return [Array<Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ResponseMessage>]
|
18949
18988
|
attr_accessor :response_messages
|
18950
18989
|
|
18951
|
-
# Optional. The time when the message was sent.
|
18990
|
+
# Optional. The time when the message was sent. For voice messages, this is the
|
18991
|
+
# time when an utterance started.
|
18952
18992
|
# Corresponds to the JSON property `sendTime`
|
18953
18993
|
# @return [String]
|
18954
18994
|
attr_accessor :send_time
|
@@ -19235,9 +19275,9 @@ module Google
|
|
19235
19275
|
# Dialogflow only uses this to determine which conversations were handed off to
|
19236
19276
|
# a human agent for measurement purposes. What else to do with this signal is up
|
19237
19277
|
# to you and your handoff procedures. You may set this, for example: * In the
|
19238
|
-
# entry fulfillment of a CX Page if entering the page indicates
|
19239
|
-
# extremely wrong in the conversation. * In a webhook response
|
19240
|
-
# determine that the customer issue can only be handled by a human.
|
19278
|
+
# entry fulfillment of a Dialogflow CX Page if entering the page indicates
|
19279
|
+
# something went extremely wrong in the conversation. * In a webhook response
|
19280
|
+
# when you determine that the customer issue can only be handled by a human.
|
19241
19281
|
# Corresponds to the JSON property `liveAgentHandoff`
|
19242
19282
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff]
|
19243
19283
|
attr_accessor :live_agent_handoff
|
@@ -19296,9 +19336,9 @@ module Google
|
|
19296
19336
|
# Dialogflow only uses this to determine which conversations were handed off to
|
19297
19337
|
# a human agent for measurement purposes. What else to do with this signal is up
|
19298
19338
|
# to you and your handoff procedures. You may set this, for example: * In the
|
19299
|
-
# entry fulfillment of a CX Page if entering the page indicates
|
19300
|
-
# extremely wrong in the conversation. * In a webhook response
|
19301
|
-
# determine that the customer issue can only be handled by a human.
|
19339
|
+
# entry fulfillment of a Dialogflow CX Page if entering the page indicates
|
19340
|
+
# something went extremely wrong in the conversation. * In a webhook response
|
19341
|
+
# when you determine that the customer issue can only be handled by a human.
|
19302
19342
|
class GoogleCloudDialogflowV2beta1ResponseMessageLiveAgentHandoff
|
19303
19343
|
include Google::Apis::Core::Hashable
|
19304
19344
|
|
@@ -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.103.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250227"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3342,6 +3342,8 @@ module Google
|
|
3342
3342
|
property :name, as: 'name'
|
3343
3343
|
property :personalization_settings, as: 'personalizationSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentPersonalizationSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3AgentPersonalizationSettings::Representation
|
3344
3344
|
|
3345
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
3346
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
3345
3347
|
property :security_settings, as: 'securitySettings'
|
3346
3348
|
property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SpeechToTextSettings::Representation
|
3347
3349
|
|
@@ -3636,6 +3638,7 @@ module Google
|
|
3636
3638
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3637
3639
|
property :data_store, as: 'dataStore'
|
3638
3640
|
property :data_store_type, as: 'dataStoreType'
|
3641
|
+
property :document_processing_mode, as: 'documentProcessingMode'
|
3639
3642
|
end
|
3640
3643
|
end
|
3641
3644
|
|
@@ -5809,6 +5812,7 @@ module Google
|
|
5809
5812
|
class Representation < Google::Apis::Core::JsonRepresentation
|
5810
5813
|
property :data_store, as: 'dataStore'
|
5811
5814
|
property :data_store_type, as: 'dataStoreType'
|
5815
|
+
property :document_processing_mode, as: 'documentProcessingMode'
|
5812
5816
|
end
|
5813
5817
|
end
|
5814
5818
|
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.103.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-
|
10
|
+
date: 2025-03-02 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: google-apis-core
|
@@ -58,9 +57,8 @@ licenses:
|
|
58
57
|
metadata:
|
59
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
59
|
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.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.103.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
|
63
|
-
post_install_message:
|
64
62
|
rdoc_options: []
|
65
63
|
require_paths:
|
66
64
|
- lib
|
@@ -75,8 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
73
|
- !ruby/object:Gem::Version
|
76
74
|
version: '0'
|
77
75
|
requirements: []
|
78
|
-
rubygems_version: 3.5
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.5
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Dialogflow API V3
|
82
79
|
test_files: []
|