google-apis-dialogflow_v2beta1 0.47.0 → 0.48.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: 25b6d23369cf56bbb8e7878b0845fe4b4e8a1f86730ac6a3b00fb81ad9043726
4
- data.tar.gz: 47f281e6b96d227fb9e63378a808077aae93abfed93860dc01f419e20a42f05b
3
+ metadata.gz: afafdc4074f7116833b2983fc02ade7207831a17a3522d03fbc9a549a454edf7
4
+ data.tar.gz: 2f0a012d5f912832abf8514512f89b644e0c82e71c33102d9f827024410d30a1
5
5
  SHA512:
6
- metadata.gz: 1dfe213c6e202f2299a820f3c1bfbf759d40b14ab582cd40175a94063428f5cef47cc2f06df3dad345da1301a5b52b254668a0cd193a2e18de85fdba60868427
7
- data.tar.gz: b027949c64da6dc5960941a2b36dd329be300a68fe90a87e26d44638777b19b415a6fb1e31d37ab8f42e18c05a899cd5418c3195c5392080c65c732badb146db
6
+ metadata.gz: b310f0987c22dbc63a77f1ceb7c7644748d96c0b61376d167ed540f0607e341b5aefa66baea70044f57794281eaa35f48c378ba2861057e50036fe8720c92e8c
7
+ data.tar.gz: 35168fdb61c80125179d8b99435f6a89edf3732e393e0eef73085eb40c6238827d3c228c2726db7f62fd96f05b9164b58f004c8b86335bb9c836e72376ce80ce
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.48.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230110
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.47.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 DialogflowV2beta1
18
18
  # Version of the google-apis-dialogflow_v2beta1 gem
19
- GEM_VERSION = "0.47.0"
19
+ GEM_VERSION = "0.48.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
@@ -3296,6 +3296,7 @@ module Google
3296
3296
  class GoogleCloudDialogflowCxV3ResponseMessage
3297
3297
  # @private
3298
3298
  class Representation < Google::Apis::Core::JsonRepresentation
3299
+ property :channel, as: 'channel'
3299
3300
  property :conversation_success, as: 'conversationSuccess', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess::Representation
3300
3301
 
3301
3302
  property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction::Representation
@@ -4132,6 +4133,7 @@ module Google
4132
4133
  class GoogleCloudDialogflowCxV3beta1ResponseMessage
4133
4134
  # @private
4134
4135
  class Representation < Google::Apis::Core::JsonRepresentation
4136
+ property :channel, as: 'channel'
4135
4137
  property :conversation_success, as: 'conversationSuccess', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess::Representation
4136
4138
 
4137
4139
  property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.47.0
4
+ version: 0.48.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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.47.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.48.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2beta1
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 V2beta1