google-apis-dialogflow_v2 0.50.0 → 0.51.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: 622e57e84d133055fe02ff8eb58c6029fb434cc5d8546bb00aef440eb5664f47
4
- data.tar.gz: 1029a4e8c3295832d1bcff43c2a5353d1aa7ac310f6c75a3ceaaddeff9cab2b6
3
+ metadata.gz: 4b061cbad39daad3e19d9825f82d0383899c6839e2aa491eb7b741c94f6b743b
4
+ data.tar.gz: c99a756c5aa8cf2adb344ad3fb860a71fe9239fece415feda6ee5524057a5447
5
5
  SHA512:
6
- metadata.gz: 6626cf9cf6b8ddc36f9e59a42dbbdc4e127b96627f4afbe5d36521ff25061e5cafcccfff5129af7bf8a064d68b996aaab6ab576d223ce96dd593a6ddc58a4963
7
- data.tar.gz: 29244ed077d17e8c8d537ff2d2a04ac53c5f427921d8fa11ced769498d11c8dda2944f2d7aa38571ae307b5c8fdf8575bfc501f93b3ee3bbfe5361575e6a68ba
6
+ metadata.gz: 429def06f5c1c8f9b0d9d858ce87ab2502bf627ed22f594135aee35d4bab8bf5d7bf7ad8e9626f9bf4dddda88424fadc8c18c2f3fc72fc23d3dd437ab355d3be
7
+ data.tar.gz: 54119d15ddb90ca822580d83a647f511036b5778d19fa5373e3fc55e1952e90ad83dfc92c202ea9549a0401b0a5cde5d8dcbff0050c1737e12e5a13472e326c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.51.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230110
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.50.0 (2023-01-04)
4
9
 
5
10
  * 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)
@@ -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.50.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.11.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230103"
25
+ REVISION = "20230110"
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
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.50.0
4
+ version: 0.51.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-01-04 00:00:00.000000000 Z
11
+ date: 2023-01-15 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.50.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.51.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.3.14
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