google-apis-dialogflow_v2 0.115.0 → 0.117.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: 6361e900797fc844ed6de3f953b1fc9704332539306105f4bdd64153ad52e362
|
|
4
|
+
data.tar.gz: 2a72a2fdf0c210466824be7faf36538a4aa9f9403e1804312cda303f24fc7337
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1150ee67f9b3173c3bf4143868c44b56984ff2be150812b83cc28ac723a1dff9fb315783a17161de25f8ba730c1023ff621134a8adc33c8075ce79372c2178b7
|
|
7
|
+
data.tar.gz: cab0eda18703748ce9c7b262a70182e2be5b8df8d81771d465e06e5f28b9dda057f2cbc004edd951d796ff8a56e4ed5589a9f1adb9366f4e9c86617ed4b53eb7
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-dialogflow_v2
|
|
2
2
|
|
|
3
|
+
### v0.117.0 (2025-11-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251110
|
|
6
|
+
|
|
7
|
+
### v0.116.0 (2025-11-09)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251105
|
|
10
|
+
|
|
3
11
|
### v0.115.0 (2025-11-02)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20251027
|
|
@@ -12265,7 +12265,7 @@ module Google
|
|
|
12265
12265
|
attr_accessor :enable_completeness_evaluation
|
|
12266
12266
|
alias_method :enable_completeness_evaluation?, :enable_completeness_evaluation
|
|
12267
12267
|
|
|
12268
|
-
#
|
|
12268
|
+
# Optional. Version for summarization evaluation.
|
|
12269
12269
|
# Corresponds to the JSON property `evaluatorVersion`
|
|
12270
12270
|
# @return [String]
|
|
12271
12271
|
attr_accessor :evaluator_version
|
|
@@ -12384,7 +12384,7 @@ module Google
|
|
|
12384
12384
|
end
|
|
12385
12385
|
|
|
12386
12386
|
# Custom conversation models used in agent assist feature. Supported feature:
|
|
12387
|
-
# ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION
|
|
12387
|
+
# ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION
|
|
12388
12388
|
class GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig
|
|
12389
12389
|
include Google::Apis::Core::Hashable
|
|
12390
12390
|
|
|
@@ -12557,7 +12557,7 @@ module Google
|
|
|
12557
12557
|
include Google::Apis::Core::Hashable
|
|
12558
12558
|
|
|
12559
12559
|
# Custom conversation models used in agent assist feature. Supported feature:
|
|
12560
|
-
# ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION
|
|
12560
|
+
# ARTICLE_SUGGESTION, SMART_COMPOSE, SMART_REPLY, CONVERSATION_SUMMARIZATION
|
|
12561
12561
|
# Corresponds to the JSON property `conversationModelConfig`
|
|
12562
12562
|
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2HumanAgentAssistantConfigConversationModelConfig]
|
|
12563
12563
|
attr_accessor :conversation_model_config
|
|
@@ -15906,6 +15906,16 @@ module Google
|
|
|
15906
15906
|
class GoogleCloudDialogflowV2Participant
|
|
15907
15907
|
include Google::Apis::Core::Hashable
|
|
15908
15908
|
|
|
15909
|
+
# Optional. For tracking the utilization of prebuilt Agent Assist integration
|
|
15910
|
+
# modules. This field is only inscope for Integration type that include UI
|
|
15911
|
+
# Modules, Backend Modules, and Agent Desktop connector, it is out of scope for
|
|
15912
|
+
# CCaaS and Direct Integration. For each human agent, prebuilt UI Modules needs
|
|
15913
|
+
# to trigger the UpdateParticipant API to update this field. Both
|
|
15914
|
+
# CreateParticipantRequest and UpdateParticipantRequest will be supported.
|
|
15915
|
+
# Corresponds to the JSON property `agentDesktopSource`
|
|
15916
|
+
# @return [String]
|
|
15917
|
+
attr_accessor :agent_desktop_source
|
|
15918
|
+
|
|
15909
15919
|
# Optional. Key-value filters on the metadata of documents returned by article
|
|
15910
15920
|
# suggestion. If specified, article suggestion only returns suggested documents
|
|
15911
15921
|
# that match all filters in their Document.metadata. Multiple values for a
|
|
@@ -15959,6 +15969,7 @@ module Google
|
|
|
15959
15969
|
|
|
15960
15970
|
# Update properties of this object
|
|
15961
15971
|
def update!(**args)
|
|
15972
|
+
@agent_desktop_source = args[:agent_desktop_source] if args.key?(:agent_desktop_source)
|
|
15962
15973
|
@documents_metadata_filters = args[:documents_metadata_filters] if args.key?(:documents_metadata_filters)
|
|
15963
15974
|
@name = args[:name] if args.key?(:name)
|
|
15964
15975
|
@obfuscated_external_user_id = args[:obfuscated_external_user_id] if args.key?(:obfuscated_external_user_id)
|
|
@@ -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.117.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 = "20251110"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -8356,6 +8356,7 @@ module Google
|
|
|
8356
8356
|
class GoogleCloudDialogflowV2Participant
|
|
8357
8357
|
# @private
|
|
8358
8358
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
8359
|
+
property :agent_desktop_source, as: 'agentDesktopSource'
|
|
8359
8360
|
hash :documents_metadata_filters, as: 'documentsMetadataFilters'
|
|
8360
8361
|
property :name, as: 'name'
|
|
8361
8362
|
property :obfuscated_external_user_id, as: 'obfuscatedExternalUserId'
|
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.117.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.117.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:
|