google-apis-dialogflow_v3 0.55.0 → 0.56.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 +4 -0
- data/lib/google/apis/dialogflow_v3/classes.rb +8 -9
- 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: 7fa3ab5fa0d3572b48bb7e3e470d77eaa537abcb177732ed288d2273264ae15f
|
4
|
+
data.tar.gz: 818706f05be153ba13544cadf843c8c72c3b293ffcd62a9c53cea9306809b19c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bb2fb2e05ef14f67ea6c9704060c60fb59e561df9724bb01c012e2a57b59a181413847127e5845c1f401b25fcc4ada2ffa5aec84afd944a2ad8edc7cab1be3df
|
7
|
+
data.tar.gz: 5ecace3db19599358829da64afaeeaaa0d310015ef0f3a62f29544d3504ab1295b566735c229eed96250e7da8b451ad854ca5be60d515570c7baa29419ad5934
|
data/CHANGELOG.md
CHANGED
@@ -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
|
@@ -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
|
@@ -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
|
|
@@ -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
|
@@ -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
|
@@ -7291,8 +7291,8 @@ module Google
|
|
7291
7291
|
# @return [String]
|
7292
7292
|
attr_accessor :agent_content
|
7293
7293
|
|
7294
|
-
# The URI to a file containing the exported agent. This field is populated
|
7295
|
-
#
|
7294
|
+
# The URI to a file containing the exported agent. This field is populated if `
|
7295
|
+
# agent_uri` is specified in ExportAgentRequest.
|
7296
7296
|
# Corresponds to the JSON property `agentUri`
|
7297
7297
|
# @return [String]
|
7298
7298
|
attr_accessor :agent_uri
|
@@ -8041,7 +8041,6 @@ module Google
|
|
8041
8041
|
end
|
8042
8042
|
|
8043
8043
|
# Represents an example that the agent is trained on to identify the intent.
|
8044
|
-
# Next ID: 15
|
8045
8044
|
class GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase
|
8046
8045
|
include Google::Apis::Core::Hashable
|
8047
8046
|
|
@@ -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.56.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 = "20230418"
|
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.56.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-04-
|
11
|
+
date: 2023-04-23 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.56.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: []
|