google-apis-dialogflow_v3beta1 0.92.0 → 0.93.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: a422eb008e73bdad49e9dea437ec251a4470e4b5fd1ad8663ece2a856494d02a
|
4
|
+
data.tar.gz: a42af01ed0fa157cdcfa67c62c90c12cc4f49f6b495fba415bdbb11fad9bdc6e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 89a01f31d5f92d288fe77463967b1e95d1f496265e56b046aa29f924f7ec33beb1afd9326a0aeae23ceee1164918eea903ecb00d231cdb4d422b05b0889fca4f
|
7
|
+
data.tar.gz: 385833af4fe7e27dde1a61e5f3fa0a363740ffcf0d37642ceda6a9cc1cf64697c6c41760b6afd6690478ca8a4e9d6dff60b0034d221921132b2ffdb795fdcbef
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3beta1
|
2
2
|
|
3
|
+
### v0.93.0 (2025-01-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250103
|
6
|
+
* Regenerated using generator version 0.16.0
|
7
|
+
|
3
8
|
### v0.92.0 (2024-12-22)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20241216
|
@@ -4078,6 +4078,20 @@ module Google
|
|
4078
4078
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings]
|
4079
4079
|
attr_accessor :personalization_settings
|
4080
4080
|
|
4081
|
+
# Optional. Output only. A read only boolean field reflecting Zone Isolation
|
4082
|
+
# status of the agent.
|
4083
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
4084
|
+
# @return [Boolean]
|
4085
|
+
attr_accessor :satisfies_pzi
|
4086
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
4087
|
+
|
4088
|
+
# Optional. Output only. A read only boolean field reflecting Zone Separation
|
4089
|
+
# status of the agent.
|
4090
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
4091
|
+
# @return [Boolean]
|
4092
|
+
attr_accessor :satisfies_pzs
|
4093
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
4094
|
+
|
4081
4095
|
# Name of the SecuritySettings reference for the agent. Format: `projects//
|
4082
4096
|
# locations//securitySettings/`.
|
4083
4097
|
# Corresponds to the JSON property `securitySettings`
|
@@ -4145,6 +4159,8 @@ module Google
|
|
4145
4159
|
@locked = args[:locked] if args.key?(:locked)
|
4146
4160
|
@name = args[:name] if args.key?(:name)
|
4147
4161
|
@personalization_settings = args[:personalization_settings] if args.key?(:personalization_settings)
|
4162
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
4163
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
4148
4164
|
@security_settings = args[:security_settings] if args.key?(:security_settings)
|
4149
4165
|
@speech_to_text_settings = args[:speech_to_text_settings] if args.key?(:speech_to_text_settings)
|
4150
4166
|
@start_flow = args[:start_flow] if args.key?(:start_flow)
|
@@ -10676,6 +10692,11 @@ module Google
|
|
10676
10692
|
# @return [Array<String>]
|
10677
10693
|
attr_accessor :referenced_tools
|
10678
10694
|
|
10695
|
+
# Define behaviors of speech to text detection.
|
10696
|
+
# Corresponds to the JSON property `speechSettings`
|
10697
|
+
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings]
|
10698
|
+
attr_accessor :speech_settings
|
10699
|
+
|
10679
10700
|
# Output only. Estimated number of tokes current playbook takes when sent to the
|
10680
10701
|
# LLM.
|
10681
10702
|
# Corresponds to the JSON property `tokenCount`
|
@@ -10704,6 +10725,7 @@ module Google
|
|
10704
10725
|
@referenced_flows = args[:referenced_flows] if args.key?(:referenced_flows)
|
10705
10726
|
@referenced_playbooks = args[:referenced_playbooks] if args.key?(:referenced_playbooks)
|
10706
10727
|
@referenced_tools = args[:referenced_tools] if args.key?(:referenced_tools)
|
10728
|
+
@speech_settings = args[:speech_settings] if args.key?(:speech_settings)
|
10707
10729
|
@token_count = args[:token_count] if args.key?(:token_count)
|
10708
10730
|
@update_time = args[:update_time] if args.key?(:update_time)
|
10709
10731
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV3beta1
|
18
18
|
# Version of the google-apis-dialogflow_v3beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.93.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 = "20250103"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4673,6 +4673,8 @@ module Google
|
|
4673
4673
|
property :name, as: 'name'
|
4674
4674
|
property :personalization_settings, as: 'personalizationSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AgentPersonalizationSettings::Representation
|
4675
4675
|
|
4676
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
4677
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
4676
4678
|
property :security_settings, as: 'securitySettings'
|
4677
4679
|
property :speech_to_text_settings, as: 'speechToTextSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SpeechToTextSettings::Representation
|
4678
4680
|
|
@@ -6471,6 +6473,8 @@ module Google
|
|
6471
6473
|
collection :referenced_flows, as: 'referencedFlows'
|
6472
6474
|
collection :referenced_playbooks, as: 'referencedPlaybooks'
|
6473
6475
|
collection :referenced_tools, as: 'referencedTools'
|
6476
|
+
property :speech_settings, as: 'speechSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettingsSpeechSettings::Representation
|
6477
|
+
|
6474
6478
|
property :token_count, :numeric_string => true, as: 'tokenCount'
|
6475
6479
|
property :update_time, as: 'updateTime'
|
6476
6480
|
end
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v3beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.93.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-01-
|
10
|
+
date: 2025-01-12 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_v3beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.93.0
|
62
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
|
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.
|
79
|
-
signing_key:
|
76
|
+
rubygems_version: 3.6.2
|
80
77
|
specification_version: 4
|
81
78
|
summary: Simple REST client for Dialogflow API V3beta1
|
82
79
|
test_files: []
|