google-apis-dialogflow_v3beta1 0.9.0 → 0.10.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: f16ff9a0d7108d066f16ef9cd29d596f1e43e490ce8127fc862629c58adaf1a2
|
4
|
+
data.tar.gz: '08d7e624ee9245a82525b099d17bed416ddfe792d207b6576a65df84d2a43b99'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b76fe2f0ccc8f5bbb30418028baa68f821dc235f82c7d5defaca635cc7de246f5a1c25c328dca8759bd7f8fa7813bc6b0ce9bab25f5f95992cde2a0a423aeca3
|
7
|
+
data.tar.gz: b550575b180be1a3e5fb79d6f95759cfff28e77d1bade8bcb3671f87dd930edbb333e504323cda1b1ed86a5d6276317a2ad04a7a3bd4ae339e3b910de4bdb917
|
data/CHANGELOG.md
CHANGED
@@ -2175,6 +2175,30 @@ module Google
|
|
2175
2175
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3SessionInfo]
|
2176
2176
|
attr_accessor :session_info
|
2177
2177
|
|
2178
|
+
# If natural language text was provided as input, this field will contain a copy
|
2179
|
+
# of the text.
|
2180
|
+
# Corresponds to the JSON property `text`
|
2181
|
+
# @return [String]
|
2182
|
+
attr_accessor :text
|
2183
|
+
|
2184
|
+
# If natural language speech audio was provided as input, this field will
|
2185
|
+
# contain the transcript for the audio.
|
2186
|
+
# Corresponds to the JSON property `transcript`
|
2187
|
+
# @return [String]
|
2188
|
+
attr_accessor :transcript
|
2189
|
+
|
2190
|
+
# If an event was provided as input, this field will contain the name of the
|
2191
|
+
# event.
|
2192
|
+
# Corresponds to the JSON property `triggerEvent`
|
2193
|
+
# @return [String]
|
2194
|
+
attr_accessor :trigger_event
|
2195
|
+
|
2196
|
+
# If an intent was provided as input, this field will contain a copy of the
|
2197
|
+
# intent identifier. Format: `projects//locations//agents//intents/`.
|
2198
|
+
# Corresponds to the JSON property `triggerIntent`
|
2199
|
+
# @return [String]
|
2200
|
+
attr_accessor :trigger_intent
|
2201
|
+
|
2178
2202
|
def initialize(**args)
|
2179
2203
|
update!(**args)
|
2180
2204
|
end
|
@@ -2189,6 +2213,10 @@ module Google
|
|
2189
2213
|
@payload = args[:payload] if args.key?(:payload)
|
2190
2214
|
@sentiment_analysis_result = args[:sentiment_analysis_result] if args.key?(:sentiment_analysis_result)
|
2191
2215
|
@session_info = args[:session_info] if args.key?(:session_info)
|
2216
|
+
@text = args[:text] if args.key?(:text)
|
2217
|
+
@transcript = args[:transcript] if args.key?(:transcript)
|
2218
|
+
@trigger_event = args[:trigger_event] if args.key?(:trigger_event)
|
2219
|
+
@trigger_intent = args[:trigger_intent] if args.key?(:trigger_intent)
|
2192
2220
|
end
|
2193
2221
|
end
|
2194
2222
|
|
@@ -3686,6 +3714,15 @@ module Google
|
|
3686
3714
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings]
|
3687
3715
|
attr_accessor :nlu_settings
|
3688
3716
|
|
3717
|
+
# A flow's transition route group serve two purposes: * They are responsible for
|
3718
|
+
# matching the user's first utterances in the flow. * They are inherited by
|
3719
|
+
# every page's transition route groups. Transition route groups defined in the
|
3720
|
+
# page have higher priority than those defined in the flow. Format:`projects//
|
3721
|
+
# locations//agents//flows//transitionRouteGroups/`.
|
3722
|
+
# Corresponds to the JSON property `transitionRouteGroups`
|
3723
|
+
# @return [Array<String>]
|
3724
|
+
attr_accessor :transition_route_groups
|
3725
|
+
|
3689
3726
|
# A flow's transition routes serve two purposes: * They are responsible for
|
3690
3727
|
# matching the user's first utterances in the flow. * They are inherited by
|
3691
3728
|
# every page's transition routes and can support use cases such as the user
|
@@ -3710,6 +3747,7 @@ module Google
|
|
3710
3747
|
@event_handlers = args[:event_handlers] if args.key?(:event_handlers)
|
3711
3748
|
@name = args[:name] if args.key?(:name)
|
3712
3749
|
@nlu_settings = args[:nlu_settings] if args.key?(:nlu_settings)
|
3750
|
+
@transition_route_groups = args[:transition_route_groups] if args.key?(:transition_route_groups)
|
3713
3751
|
@transition_routes = args[:transition_routes] if args.key?(:transition_routes)
|
3714
3752
|
end
|
3715
3753
|
end
|
@@ -5517,6 +5555,16 @@ module Google
|
|
5517
5555
|
attr_accessor :analyze_query_text_sentiment
|
5518
5556
|
alias_method :analyze_query_text_sentiment?, :analyze_query_text_sentiment
|
5519
5557
|
|
5558
|
+
# The unique identifier of the page to override the current page in the session.
|
5559
|
+
# Format: `projects//locations//agents//pages/`. If `current_page` is specified,
|
5560
|
+
# the previous state of the session will be ignored by Dialogflow, including the
|
5561
|
+
# previous page and the previous session parameters. In most cases, current_page
|
5562
|
+
# and parameters should be configured together to direct a session to a specific
|
5563
|
+
# state.
|
5564
|
+
# Corresponds to the JSON property `currentPage`
|
5565
|
+
# @return [String]
|
5566
|
+
attr_accessor :current_page
|
5567
|
+
|
5520
5568
|
# Whether to disable webhook calls for this request.
|
5521
5569
|
# Corresponds to the JSON property `disableWebhook`
|
5522
5570
|
# @return [Boolean]
|
@@ -5584,6 +5632,7 @@ module Google
|
|
5584
5632
|
# Update properties of this object
|
5585
5633
|
def update!(**args)
|
5586
5634
|
@analyze_query_text_sentiment = args[:analyze_query_text_sentiment] if args.key?(:analyze_query_text_sentiment)
|
5635
|
+
@current_page = args[:current_page] if args.key?(:current_page)
|
5587
5636
|
@disable_webhook = args[:disable_webhook] if args.key?(:disable_webhook)
|
5588
5637
|
@geo_location = args[:geo_location] if args.key?(:geo_location)
|
5589
5638
|
@parameters = args[:parameters] if args.key?(:parameters)
|
@@ -7441,6 +7490,30 @@ module Google
|
|
7441
7490
|
# @return [Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionInfo]
|
7442
7491
|
attr_accessor :session_info
|
7443
7492
|
|
7493
|
+
# If natural language text was provided as input, this field will contain a copy
|
7494
|
+
# of the text.
|
7495
|
+
# Corresponds to the JSON property `text`
|
7496
|
+
# @return [String]
|
7497
|
+
attr_accessor :text
|
7498
|
+
|
7499
|
+
# If natural language speech audio was provided as input, this field will
|
7500
|
+
# contain the transcript for the audio.
|
7501
|
+
# Corresponds to the JSON property `transcript`
|
7502
|
+
# @return [String]
|
7503
|
+
attr_accessor :transcript
|
7504
|
+
|
7505
|
+
# If an event was provided as input, this field will contain the name of the
|
7506
|
+
# event.
|
7507
|
+
# Corresponds to the JSON property `triggerEvent`
|
7508
|
+
# @return [String]
|
7509
|
+
attr_accessor :trigger_event
|
7510
|
+
|
7511
|
+
# If an intent was provided as input, this field will contain a copy of the
|
7512
|
+
# intent identifier. Format: `projects//locations//agents//intents/`.
|
7513
|
+
# Corresponds to the JSON property `triggerIntent`
|
7514
|
+
# @return [String]
|
7515
|
+
attr_accessor :trigger_intent
|
7516
|
+
|
7444
7517
|
def initialize(**args)
|
7445
7518
|
update!(**args)
|
7446
7519
|
end
|
@@ -7455,6 +7528,10 @@ module Google
|
|
7455
7528
|
@payload = args[:payload] if args.key?(:payload)
|
7456
7529
|
@sentiment_analysis_result = args[:sentiment_analysis_result] if args.key?(:sentiment_analysis_result)
|
7457
7530
|
@session_info = args[:session_info] if args.key?(:session_info)
|
7531
|
+
@text = args[:text] if args.key?(:text)
|
7532
|
+
@transcript = args[:transcript] if args.key?(:transcript)
|
7533
|
+
@trigger_event = args[:trigger_event] if args.key?(:trigger_event)
|
7534
|
+
@trigger_intent = args[:trigger_intent] if args.key?(:trigger_intent)
|
7458
7535
|
end
|
7459
7536
|
end
|
7460
7537
|
|
@@ -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.10.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210329"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2791,6 +2791,10 @@ module Google
|
|
2791
2791
|
|
2792
2792
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3SessionInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3SessionInfo::Representation
|
2793
2793
|
|
2794
|
+
property :text, as: 'text'
|
2795
|
+
property :transcript, as: 'transcript'
|
2796
|
+
property :trigger_event, as: 'triggerEvent'
|
2797
|
+
property :trigger_intent, as: 'triggerIntent'
|
2794
2798
|
end
|
2795
2799
|
end
|
2796
2800
|
|
@@ -3213,6 +3217,7 @@ module Google
|
|
3213
3217
|
property :name, as: 'name'
|
3214
3218
|
property :nlu_settings, as: 'nluSettings', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1NluSettings::Representation
|
3215
3219
|
|
3220
|
+
collection :transition_route_groups, as: 'transitionRouteGroups'
|
3216
3221
|
collection :transition_routes, as: 'transitionRoutes', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1TransitionRoute::Representation
|
3217
3222
|
|
3218
3223
|
end
|
@@ -3724,6 +3729,7 @@ module Google
|
|
3724
3729
|
# @private
|
3725
3730
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3726
3731
|
property :analyze_query_text_sentiment, as: 'analyzeQueryTextSentiment'
|
3732
|
+
property :current_page, as: 'currentPage'
|
3727
3733
|
property :disable_webhook, as: 'disableWebhook'
|
3728
3734
|
property :geo_location, as: 'geoLocation', class: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng, decorator: Google::Apis::DialogflowV3beta1::GoogleTypeLatLng::Representation
|
3729
3735
|
|
@@ -4247,6 +4253,10 @@ module Google
|
|
4247
4253
|
|
4248
4254
|
property :session_info, as: 'sessionInfo', class: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionInfo, decorator: Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionInfo::Representation
|
4249
4255
|
|
4256
|
+
property :text, as: 'text'
|
4257
|
+
property :transcript, as: 'transcript'
|
4258
|
+
property :trigger_event, as: 'triggerEvent'
|
4259
|
+
property :trigger_intent, as: 'triggerIntent'
|
4250
4260
|
end
|
4251
4261
|
end
|
4252
4262
|
|
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.10.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-04-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3beta1/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.10.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dialogflow_v3beta1
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|