google-apis-dialogflow_v3beta1 0.22.0 → 0.23.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: aad940f38e958fefe81424effd40d9e7cef90c4541aad7760a1a7e370770ca14
|
4
|
+
data.tar.gz: ea56d581d21151a673707aa9f6a81d993b7a298d0d7688292d49695a1687de98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eff664a7def1786d3fecec95bd097365d3464225ed060c30fae10637667fa17b7b4b724a3d9b79e407d26b905b2fc4b67d53ddab533e7fd3de3ae11b9c148119
|
7
|
+
data.tar.gz: a134cd42e92a26441d759110787383b04761b92512e80d945ac43c0bfa2ebcdd350a2bf040acec7c15f0eccdcd4305bf94c3d6790960b1580c77bb9049e0d2b1
|
data/CHANGELOG.md
CHANGED
@@ -6526,6 +6526,11 @@ module Google
|
|
6526
6526
|
# @return [Hash<String,Object>]
|
6527
6527
|
attr_accessor :diagnostic_info
|
6528
6528
|
|
6529
|
+
# Represents the input for dtmf event.
|
6530
|
+
# Corresponds to the JSON property `dtmf`
|
6531
|
+
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DtmfInput]
|
6532
|
+
attr_accessor :dtmf
|
6533
|
+
|
6529
6534
|
# An intent represents a user's intent to interact with a conversational agent.
|
6530
6535
|
# You can provide information for the Dialogflow API to use to match user input
|
6531
6536
|
# to an intent by adding training phrases (i.e., examples of user input) to your
|
@@ -6626,6 +6631,7 @@ module Google
|
|
6626
6631
|
def update!(**args)
|
6627
6632
|
@current_page = args[:current_page] if args.key?(:current_page)
|
6628
6633
|
@diagnostic_info = args[:diagnostic_info] if args.key?(:diagnostic_info)
|
6634
|
+
@dtmf = args[:dtmf] if args.key?(:dtmf)
|
6629
6635
|
@intent = args[:intent] if args.key?(:intent)
|
6630
6636
|
@intent_detection_confidence = args[:intent_detection_confidence] if args.key?(:intent_detection_confidence)
|
6631
6637
|
@language_code = args[:language_code] if args.key?(:language_code)
|
@@ -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.23.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20211007"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4195,6 +4195,8 @@ module Google
|
|
4195
4195
|
property :current_page, as: 'currentPage', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Page::Representation
|
4196
4196
|
|
4197
4197
|
hash :diagnostic_info, as: 'diagnosticInfo'
|
4198
|
+
property :dtmf, as: 'dtmf', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DtmfInput, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1DtmfInput::Representation
|
4199
|
+
|
4198
4200
|
property :intent, as: 'intent', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Intent, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1Intent::Representation
|
4199
4201
|
|
4200
4202
|
property :intent_detection_confidence, as: 'intentDetectionConfidence'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
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.23.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: 2021-
|
11
|
+
date: 2021-10-11 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/master/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.23.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|