google-apis-dialogflow_v2 0.50.0 → 0.52.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: 1293e2af4491649bbdcddc3d5948aa4131f11612145ab5c594bd3aa9abbeebe2
|
4
|
+
data.tar.gz: 93cba1171c7869c80eac8d4ac4d4f9fbf839dae7dc1dde108a1226018bd8e238
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 376080fcfaa421a00b9c87193cd1a986572ffd5266b6d83ee7537c71e37f6c2a9c2213375868abe348cfed13879d549ad8bcccecdb8386f99ef0703d18244c7a
|
7
|
+
data.tar.gz: c341bf10078be22ae5160f0c516581d359a65382485a9710938953c685ddc6893abd5e82051de0dc3d453d7b0743da463be670ec41c040e9d4a827c7e7f1f492
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-dialogflow_v2
|
2
2
|
|
3
|
+
### v0.52.0 (2023-02-12)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20230209
|
6
|
+
|
7
|
+
### v0.51.0 (2023-01-15)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20230110
|
10
|
+
* Regenerated using generator version 0.11.1
|
11
|
+
|
3
12
|
### v0.50.0 (2023-01-04)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20230103
|
@@ -1764,6 +1764,13 @@ module Google
|
|
1764
1764
|
class GoogleCloudDialogflowCxV3ResponseMessage
|
1765
1765
|
include Google::Apis::Core::Hashable
|
1766
1766
|
|
1767
|
+
# The channel which the response is associated with. Clients can specify the
|
1768
|
+
# channel via QueryParameters.channel, and only associated channel response will
|
1769
|
+
# be returned.
|
1770
|
+
# Corresponds to the JSON property `channel`
|
1771
|
+
# @return [String]
|
1772
|
+
attr_accessor :channel
|
1773
|
+
|
1767
1774
|
# Indicates that the conversation succeeded, i.e., the bot handled the issue
|
1768
1775
|
# that the customer talked to it about. Dialogflow only uses this to determine
|
1769
1776
|
# which conversations should be counted as successful and doesn't process the
|
@@ -1835,6 +1842,7 @@ module Google
|
|
1835
1842
|
|
1836
1843
|
# Update properties of this object
|
1837
1844
|
def update!(**args)
|
1845
|
+
@channel = args[:channel] if args.key?(:channel)
|
1838
1846
|
@conversation_success = args[:conversation_success] if args.key?(:conversation_success)
|
1839
1847
|
@end_interaction = args[:end_interaction] if args.key?(:end_interaction)
|
1840
1848
|
@live_agent_handoff = args[:live_agent_handoff] if args.key?(:live_agent_handoff)
|
@@ -4781,6 +4789,13 @@ module Google
|
|
4781
4789
|
class GoogleCloudDialogflowCxV3beta1ResponseMessage
|
4782
4790
|
include Google::Apis::Core::Hashable
|
4783
4791
|
|
4792
|
+
# The channel which the response is associated with. Clients can specify the
|
4793
|
+
# channel via QueryParameters.channel, and only associated channel response will
|
4794
|
+
# be returned.
|
4795
|
+
# Corresponds to the JSON property `channel`
|
4796
|
+
# @return [String]
|
4797
|
+
attr_accessor :channel
|
4798
|
+
|
4784
4799
|
# Indicates that the conversation succeeded, i.e., the bot handled the issue
|
4785
4800
|
# that the customer talked to it about. Dialogflow only uses this to determine
|
4786
4801
|
# which conversations should be counted as successful and doesn't process the
|
@@ -4852,6 +4867,7 @@ module Google
|
|
4852
4867
|
|
4853
4868
|
# Update properties of this object
|
4854
4869
|
def update!(**args)
|
4870
|
+
@channel = args[:channel] if args.key?(:channel)
|
4855
4871
|
@conversation_success = args[:conversation_success] if args.key?(:conversation_success)
|
4856
4872
|
@end_interaction = args[:end_interaction] if args.key?(:end_interaction)
|
4857
4873
|
@live_agent_handoff = args[:live_agent_handoff] if args.key?(:live_agent_handoff)
|
@@ -12496,6 +12512,11 @@ module Google
|
|
12496
12512
|
class GoogleCloudDialogflowV2SuggestConversationSummaryRequest
|
12497
12513
|
include Google::Apis::Core::Hashable
|
12498
12514
|
|
12515
|
+
# Represents the parameters of human assist query.
|
12516
|
+
# Corresponds to the JSON property `assistQueryParams`
|
12517
|
+
# @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters]
|
12518
|
+
attr_accessor :assist_query_params
|
12519
|
+
|
12499
12520
|
# Max number of messages prior to and including [latest_message] to use as
|
12500
12521
|
# context when compiling the suggestion. By default 500 and at most 1000.
|
12501
12522
|
# Corresponds to the JSON property `contextSize`
|
@@ -12515,6 +12536,7 @@ module Google
|
|
12515
12536
|
|
12516
12537
|
# Update properties of this object
|
12517
12538
|
def update!(**args)
|
12539
|
+
@assist_query_params = args[:assist_query_params] if args.key?(:assist_query_params)
|
12518
12540
|
@context_size = args[:context_size] if args.key?(:context_size)
|
12519
12541
|
@latest_message = args[:latest_message] if args.key?(:latest_message)
|
12520
12542
|
end
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DialogflowV2
|
18
18
|
# Version of the google-apis-dialogflow_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.52.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.11.
|
22
|
+
GENERATOR_VERSION = "0.11.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230209"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -3278,6 +3278,7 @@ module Google
|
|
3278
3278
|
class GoogleCloudDialogflowCxV3ResponseMessage
|
3279
3279
|
# @private
|
3280
3280
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3281
|
+
property :channel, as: 'channel'
|
3281
3282
|
property :conversation_success, as: 'conversationSuccess', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess::Representation
|
3282
3283
|
|
3283
3284
|
property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction::Representation
|
@@ -4114,6 +4115,7 @@ module Google
|
|
4114
4115
|
class GoogleCloudDialogflowCxV3beta1ResponseMessage
|
4115
4116
|
# @private
|
4116
4117
|
class Representation < Google::Apis::Core::JsonRepresentation
|
4118
|
+
property :channel, as: 'channel'
|
4117
4119
|
property :conversation_success, as: 'conversationSuccess', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess::Representation
|
4118
4120
|
|
4119
4121
|
property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction::Representation
|
@@ -6234,6 +6236,8 @@ module Google
|
|
6234
6236
|
class GoogleCloudDialogflowV2SuggestConversationSummaryRequest
|
6235
6237
|
# @private
|
6236
6238
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6239
|
+
property :assist_query_params, as: 'assistQueryParams', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2AssistQueryParameters::Representation
|
6240
|
+
|
6237
6241
|
property :context_size, as: 'contextSize'
|
6238
6242
|
property :latest_message, as: 'latestMessage'
|
6239
6243
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dialogflow_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.52.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-02-12 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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.52.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.
|
78
|
+
rubygems_version: 3.4.2
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Dialogflow API V2
|