google-apis-dialogflow_v3 0.48.0 → 0.49.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: 1de6305d3680c61ca65a44f6e836199f133891d089ffeb05986bf8629236ed03
4
- data.tar.gz: 89f4f3ebaab2d4c0fe73631c9309289206e4ad76e3d112685a8bdf7a9f9560b8
3
+ metadata.gz: 1ca4d8023312cb5616b3624ef852cea30a3e0003b9f50153bb4a31fb60f5dce7
4
+ data.tar.gz: 179f0e2eb77902d3f1db8d1bcb561d5e358af08a088b28d9f1d6f4e6221eb06d
5
5
  SHA512:
6
- metadata.gz: 4c199fae1f483128d1fd58e6ddb2feb550158d1748eebc087d4e632d643e429f5617b42a1df883aa5664f7a43236c1d09f2861bdf2acdf788d04038b33bce0bb
7
- data.tar.gz: 68dee3b64f13a80cd408fec2f14bfc0a7c73fbe1a81bb1aec0563fdb43785a5415300f40827c3e92f0708ca084adbbc753c6847b95587fe782a9aa0802950e03
6
+ metadata.gz: a0d17823e82df34c6191ca720fc06252a6e55bfd0a6638315cfba539690c225e0eb0ec1c0aa71b09fdb8fe081ed10590725b0e33dafd4d32a41b44a81cb4014f
7
+ data.tar.gz: 87d554de786fb759160b7c92b29a2e08d0b8a7f61974c130fd2e00c1eb60ed768a98f72215956f7b407bd483b34e7c98034aa4a8923c01a50dc9585bbf76d8ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.49.0 (2023-01-15)
4
+
5
+ * Regenerated from discovery document revision 20230110
6
+ * Regenerated using generator version 0.11.1
7
+
3
8
  ### v0.48.0 (2023-01-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20230103
@@ -3939,6 +3939,15 @@ module Google
3939
3939
  attr_accessor :analyze_query_text_sentiment
3940
3940
  alias_method :analyze_query_text_sentiment?, :analyze_query_text_sentiment
3941
3941
 
3942
+ # The channel which this query is for. If specified, only the ResponseMessage
3943
+ # associated with the channel will be returned. If no ResponseMessage is
3944
+ # associated with the channel, it falls back to the ResponseMessage with
3945
+ # unspecified channel. If unspecified, the ResponseMessage with unspecified
3946
+ # channel will be returned.
3947
+ # Corresponds to the JSON property `channel`
3948
+ # @return [String]
3949
+ attr_accessor :channel
3950
+
3942
3951
  # The unique identifier of the page to override the current page in the session.
3943
3952
  # Format: `projects//locations//agents//flows//pages/`. If `current_page` is
3944
3953
  # specified, the previous state of the session will be ignored by Dialogflow,
@@ -4030,6 +4039,7 @@ module Google
4030
4039
  # Update properties of this object
4031
4040
  def update!(**args)
4032
4041
  @analyze_query_text_sentiment = args[:analyze_query_text_sentiment] if args.key?(:analyze_query_text_sentiment)
4042
+ @channel = args[:channel] if args.key?(:channel)
4033
4043
  @current_page = args[:current_page] if args.key?(:current_page)
4034
4044
  @disable_webhook = args[:disable_webhook] if args.key?(:disable_webhook)
4035
4045
  @flow_versions = args[:flow_versions] if args.key?(:flow_versions)
@@ -4260,6 +4270,13 @@ module Google
4260
4270
  class GoogleCloudDialogflowCxV3ResponseMessage
4261
4271
  include Google::Apis::Core::Hashable
4262
4272
 
4273
+ # The channel which the response is associated with. Clients can specify the
4274
+ # channel via QueryParameters.channel, and only associated channel response will
4275
+ # be returned.
4276
+ # Corresponds to the JSON property `channel`
4277
+ # @return [String]
4278
+ attr_accessor :channel
4279
+
4263
4280
  # Indicates that the conversation succeeded, i.e., the bot handled the issue
4264
4281
  # that the customer talked to it about. Dialogflow only uses this to determine
4265
4282
  # which conversations should be counted as successful and doesn't process the
@@ -4331,6 +4348,7 @@ module Google
4331
4348
 
4332
4349
  # Update properties of this object
4333
4350
  def update!(**args)
4351
+ @channel = args[:channel] if args.key?(:channel)
4334
4352
  @conversation_success = args[:conversation_success] if args.key?(:conversation_success)
4335
4353
  @end_interaction = args[:end_interaction] if args.key?(:end_interaction)
4336
4354
  @live_agent_handoff = args[:live_agent_handoff] if args.key?(:live_agent_handoff)
@@ -8307,6 +8325,13 @@ module Google
8307
8325
  class GoogleCloudDialogflowCxV3beta1ResponseMessage
8308
8326
  include Google::Apis::Core::Hashable
8309
8327
 
8328
+ # The channel which the response is associated with. Clients can specify the
8329
+ # channel via QueryParameters.channel, and only associated channel response will
8330
+ # be returned.
8331
+ # Corresponds to the JSON property `channel`
8332
+ # @return [String]
8333
+ attr_accessor :channel
8334
+
8310
8335
  # Indicates that the conversation succeeded, i.e., the bot handled the issue
8311
8336
  # that the customer talked to it about. Dialogflow only uses this to determine
8312
8337
  # which conversations should be counted as successful and doesn't process the
@@ -8378,6 +8403,7 @@ module Google
8378
8403
 
8379
8404
  # Update properties of this object
8380
8405
  def update!(**args)
8406
+ @channel = args[:channel] if args.key?(:channel)
8381
8407
  @conversation_success = args[:conversation_success] if args.key?(:conversation_success)
8382
8408
  @end_interaction = args[:end_interaction] if args.key?(:end_interaction)
8383
8409
  @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 DialogflowV3
18
18
  # Version of the google-apis-dialogflow_v3 gem
19
- GEM_VERSION = "0.48.0"
19
+ GEM_VERSION = "0.49.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
@@ -3728,6 +3728,7 @@ module Google
3728
3728
  # @private
3729
3729
  class Representation < Google::Apis::Core::JsonRepresentation
3730
3730
  property :analyze_query_text_sentiment, as: 'analyzeQueryTextSentiment'
3731
+ property :channel, as: 'channel'
3731
3732
  property :current_page, as: 'currentPage'
3732
3733
  property :disable_webhook, as: 'disableWebhook'
3733
3734
  collection :flow_versions, as: 'flowVersions'
@@ -3790,6 +3791,7 @@ module Google
3790
3791
  class GoogleCloudDialogflowCxV3ResponseMessage
3791
3792
  # @private
3792
3793
  class Representation < Google::Apis::Core::JsonRepresentation
3794
+ property :channel, as: 'channel'
3793
3795
  property :conversation_success, as: 'conversationSuccess', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageConversationSuccess::Representation
3794
3796
 
3795
3797
  property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3ResponseMessageEndInteraction::Representation
@@ -4913,6 +4915,7 @@ module Google
4913
4915
  class GoogleCloudDialogflowCxV3beta1ResponseMessage
4914
4916
  # @private
4915
4917
  class Representation < Google::Apis::Core::JsonRepresentation
4918
+ property :channel, as: 'channel'
4916
4919
  property :conversation_success, as: 'conversationSuccess', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageConversationSuccess::Representation
4917
4920
 
4918
4921
  property :end_interaction, as: 'endInteraction', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowCxV3beta1ResponseMessageEndInteraction::Representation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.48.0
4
+ version: 0.49.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_v3/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.48.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.49.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3
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 V3