google-apis-dialogflow_v3 0.55.0 → 0.57.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +28 -25
- data/lib/google/apis/dialogflow_v3/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fa207b70a95aa89b2d85eff3e0ae9ecd24dc5fe060f81c94f8e13f7e2e74eaed
|
4
|
+
data.tar.gz: b25d167473a863f6d872d9ab94d5159f56fc241c9e89a70557ce78dcc4bab3f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 64c844c2aa832502c44032e73c050b028738febcc49a2c6146fb97af926c271ce5721e4d3ad782fe6ce788a6112f9c5309b60428c2710de558b459d8f57b0b79
|
7
|
+
data.tar.gz: fbeb7de8dfdbe9b21fada0bce79214dd385a03760026548866f106d0f27a798ecca10837af5ffd292396bbcd476807118e95271c40f6a771e08d2a2f53707e8c
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v3
|
2
2
|
|
3
|
+
### v0.57.0 (2023-05-07)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230501
|
6
|
+
|
7
|
+
### v0.56.0 (2023-04-23)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230418
|
10
|
+
|
3
11
|
### v0.55.0 (2023-04-02)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20230331
|
@@ -179,7 +179,7 @@ module Google
|
|
179
179
|
# @return [Array<String>]
|
180
180
|
attr_accessor :supported_language_codes
|
181
181
|
|
182
|
-
# Settings related to speech
|
182
|
+
# Settings related to speech synthesizing.
|
183
183
|
# Corresponds to the JSON property `textToSpeechSettings`
|
184
184
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3TextToSpeechSettings]
|
185
185
|
attr_accessor :text_to_speech_settings
|
@@ -620,7 +620,7 @@ module Google
|
|
620
620
|
# Represents the query input. It can contain one of: 1. A conversational query
|
621
621
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
622
622
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
623
|
-
#
|
623
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
624
624
|
# Corresponds to the JSON property `input`
|
625
625
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryInput]
|
626
626
|
attr_accessor :input
|
@@ -700,7 +700,7 @@ module Google
|
|
700
700
|
# An intent represents a user's intent to interact with a conversational agent.
|
701
701
|
# You can provide information for the Dialogflow API to use to match user input
|
702
702
|
# to an intent by adding training phrases (i.e., examples of user input) to your
|
703
|
-
# intent.
|
703
|
+
# intent.
|
704
704
|
# Corresponds to the JSON property `triggeredIntent`
|
705
705
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent]
|
706
706
|
attr_accessor :triggered_intent
|
@@ -943,7 +943,7 @@ module Google
|
|
943
943
|
# Represents the query input. It can contain one of: 1. A conversational query
|
944
944
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
945
945
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
946
|
-
#
|
946
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
947
947
|
# Corresponds to the JSON property `queryInput`
|
948
948
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryInput]
|
949
949
|
attr_accessor :query_input
|
@@ -1739,8 +1739,8 @@ module Google
|
|
1739
1739
|
# @return [String]
|
1740
1740
|
attr_accessor :agent_content
|
1741
1741
|
|
1742
|
-
# The URI to a file containing the exported agent. This field is populated
|
1743
|
-
#
|
1742
|
+
# The URI to a file containing the exported agent. This field is populated if `
|
1743
|
+
# agent_uri` is specified in ExportAgentRequest.
|
1744
1744
|
# Corresponds to the JSON property `agentUri`
|
1745
1745
|
# @return [String]
|
1746
1746
|
attr_accessor :agent_uri
|
@@ -2414,7 +2414,7 @@ module Google
|
|
2414
2414
|
include Google::Apis::Core::Hashable
|
2415
2415
|
|
2416
2416
|
# Required. The Google Cloud Storage URI for the exported objects. A URI is of
|
2417
|
-
# the form: gs://bucket/object-name-or-prefix Whether a full object name, or
|
2417
|
+
# the form: `gs://bucket/object-name-or-prefix` Whether a full object name, or
|
2418
2418
|
# just a prefix, its usage depends on the Dialogflow operation.
|
2419
2419
|
# Corresponds to the JSON property `uri`
|
2420
2420
|
# @return [String]
|
@@ -2697,7 +2697,7 @@ module Google
|
|
2697
2697
|
# An intent represents a user's intent to interact with a conversational agent.
|
2698
2698
|
# You can provide information for the Dialogflow API to use to match user input
|
2699
2699
|
# to an intent by adding training phrases (i.e., examples of user input) to your
|
2700
|
-
# intent.
|
2700
|
+
# intent.
|
2701
2701
|
class GoogleCloudDialogflowCxV3Intent
|
2702
2702
|
include Google::Apis::Core::Hashable
|
2703
2703
|
|
@@ -2808,7 +2808,7 @@ module Google
|
|
2808
2808
|
class GoogleCloudDialogflowCxV3IntentCoverageIntent
|
2809
2809
|
include Google::Apis::Core::Hashable
|
2810
2810
|
|
2811
|
-
# Whether
|
2811
|
+
# Whether the intent is covered by at least one of the agent's test cases.
|
2812
2812
|
# Corresponds to the JSON property `covered`
|
2813
2813
|
# @return [Boolean]
|
2814
2814
|
attr_accessor :covered
|
@@ -3499,7 +3499,7 @@ module Google
|
|
3499
3499
|
# An intent represents a user's intent to interact with a conversational agent.
|
3500
3500
|
# You can provide information for the Dialogflow API to use to match user input
|
3501
3501
|
# to an intent by adding training phrases (i.e., examples of user input) to your
|
3502
|
-
# intent.
|
3502
|
+
# intent.
|
3503
3503
|
# Corresponds to the JSON property `intent`
|
3504
3504
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent]
|
3505
3505
|
attr_accessor :intent
|
@@ -3557,7 +3557,7 @@ module Google
|
|
3557
3557
|
# Represents the query input. It can contain one of: 1. A conversational query
|
3558
3558
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
3559
3559
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
3560
|
-
#
|
3560
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
3561
3561
|
# Corresponds to the JSON property `queryInput`
|
3562
3562
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3QueryInput]
|
3563
3563
|
attr_accessor :query_input
|
@@ -3920,7 +3920,7 @@ module Google
|
|
3920
3920
|
# Represents the query input. It can contain one of: 1. A conversational query
|
3921
3921
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
3922
3922
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
3923
|
-
#
|
3923
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
3924
3924
|
class GoogleCloudDialogflowCxV3QueryInput
|
3925
3925
|
include Google::Apis::Core::Hashable
|
3926
3926
|
|
@@ -4141,7 +4141,7 @@ module Google
|
|
4141
4141
|
# An intent represents a user's intent to interact with a conversational agent.
|
4142
4142
|
# You can provide information for the Dialogflow API to use to match user input
|
4143
4143
|
# to an intent by adding training phrases (i.e., examples of user input) to your
|
4144
|
-
# intent.
|
4144
|
+
# intent.
|
4145
4145
|
# Corresponds to the JSON property `intent`
|
4146
4146
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3Intent]
|
4147
4147
|
attr_accessor :intent
|
@@ -5520,12 +5520,17 @@ module Google
|
|
5520
5520
|
end
|
5521
5521
|
end
|
5522
5522
|
|
5523
|
-
# Settings related to speech
|
5523
|
+
# Settings related to speech synthesizing.
|
5524
5524
|
class GoogleCloudDialogflowCxV3TextToSpeechSettings
|
5525
5525
|
include Google::Apis::Core::Hashable
|
5526
5526
|
|
5527
5527
|
# Configuration of how speech should be synthesized, mapping from language (
|
5528
|
-
# https://
|
5528
|
+
# https://cloud.google.com/dialogflow/cx/docs/reference/language) to
|
5529
|
+
# SynthesizeSpeechConfig. These settings affect: - The synthesize configuration
|
5530
|
+
# used in [phone gateway](https://cloud.google.com/dialogflow/cx/docs/concept/
|
5531
|
+
# integration/phone-gateway). - You no longer need to specify OutputAudioConfig.
|
5532
|
+
# synthesize_speech_config when invoking API calls. Your agent will use the pre-
|
5533
|
+
# configured options for speech synthesizing.
|
5529
5534
|
# Corresponds to the JSON property `synthesizeSpeechConfigs`
|
5530
5535
|
# @return [Hash<String,Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3SynthesizeSpeechConfig>]
|
5531
5536
|
attr_accessor :synthesize_speech_configs
|
@@ -5584,8 +5589,7 @@ module Google
|
|
5584
5589
|
class GoogleCloudDialogflowCxV3TransitionCoverageTransition
|
5585
5590
|
include Google::Apis::Core::Hashable
|
5586
5591
|
|
5587
|
-
# Whether
|
5588
|
-
# cases.
|
5592
|
+
# Whether the transition is covered by at least one of the agent's test cases.
|
5589
5593
|
# Corresponds to the JSON property `covered`
|
5590
5594
|
# @return [Boolean]
|
5591
5595
|
attr_accessor :covered
|
@@ -5859,8 +5863,8 @@ module Google
|
|
5859
5863
|
class GoogleCloudDialogflowCxV3TransitionRouteGroupCoverageCoverageTransition
|
5860
5864
|
include Google::Apis::Core::Hashable
|
5861
5865
|
|
5862
|
-
# Whether
|
5863
|
-
#
|
5866
|
+
# Whether the transition route is covered by at least one of the agent's test
|
5867
|
+
# cases.
|
5864
5868
|
# Corresponds to the JSON property `covered`
|
5865
5869
|
# @return [Boolean]
|
5866
5870
|
attr_accessor :covered
|
@@ -6829,7 +6833,7 @@ module Google
|
|
6829
6833
|
# Represents the query input. It can contain one of: 1. A conversational query
|
6830
6834
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
6831
6835
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
6832
|
-
#
|
6836
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
6833
6837
|
# Corresponds to the JSON property `input`
|
6834
6838
|
# @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1QueryInput]
|
6835
6839
|
attr_accessor :input
|
@@ -7291,8 +7295,8 @@ module Google
|
|
7291
7295
|
# @return [String]
|
7292
7296
|
attr_accessor :agent_content
|
7293
7297
|
|
7294
|
-
# The URI to a file containing the exported agent. This field is populated
|
7295
|
-
#
|
7298
|
+
# The URI to a file containing the exported agent. This field is populated if `
|
7299
|
+
# agent_uri` is specified in ExportAgentRequest.
|
7296
7300
|
# Corresponds to the JSON property `agentUri`
|
7297
7301
|
# @return [String]
|
7298
7302
|
attr_accessor :agent_uri
|
@@ -8041,7 +8045,6 @@ module Google
|
|
8041
8045
|
end
|
8042
8046
|
|
8043
8047
|
# Represents an example that the agent is trained on to identify the intent.
|
8044
|
-
# Next ID: 15
|
8045
8048
|
class GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase
|
8046
8049
|
include Google::Apis::Core::Hashable
|
8047
8050
|
|
@@ -8313,7 +8316,7 @@ module Google
|
|
8313
8316
|
# Represents the query input. It can contain one of: 1. A conversational query
|
8314
8317
|
# in the form of text. 2. An intent query that specifies which intent to trigger.
|
8315
8318
|
# 3. Natural language speech audio to be processed. 4. An event to be triggered.
|
8316
|
-
#
|
8319
|
+
# 5. DTMF digits to invoke an intent and fill in parameter value.
|
8317
8320
|
class GoogleCloudDialogflowCxV3beta1QueryInput
|
8318
8321
|
include Google::Apis::Core::Hashable
|
8319
8322
|
|
@@ -16142,7 +16145,7 @@ module Google
|
|
16142
16145
|
end
|
16143
16146
|
end
|
16144
16147
|
|
16145
|
-
# A resource that represents Google Cloud
|
16148
|
+
# A resource that represents a Google Cloud location.
|
16146
16149
|
class GoogleCloudLocationLocation
|
16147
16150
|
include Google::Apis::Core::Hashable
|
16148
16151
|
|
@@ -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.57.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 = "20230501"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
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.57.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-05-14 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.57.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: []
|