google-apis-dialogflow_v2beta1 0.55.0 → 0.56.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: c70f8af95e1d05f6a8c32faeb62a3ef364735cdc31de85c6afe61362539b6981
4
- data.tar.gz: aa0927e49d2f0a88d6f58f833f91fffd41c485e11510f5139a438519f1f70352
3
+ metadata.gz: '03308464997f4bee66d1b176d54899eff5fdab036decd85a79b6a4a4df789dc9'
4
+ data.tar.gz: cc66ea2a80d578f5387b52cccb1501588db0e5bc5191206a13f3141a72003d9a
5
5
  SHA512:
6
- metadata.gz: '084d009ad2583ab12099787cbaa7fb5d66cd2bf26e617879d04c81bf6f2ece71a7446dc200c990d75f69fad9dd68f0afd6362ee2624da3fc336564a0a246e623'
7
- data.tar.gz: 3ed16e9dc68b76335a9c98e09827ab1c1fb2affd8b07f4fc4311fff1ef4be68c94cce41c4ce732f4af6e8e9aceb506f6317953ab218078a68c174ed5db8f9cb7
6
+ metadata.gz: e7a6790ee6ce3f27376f9e269471a3972fb2b24f21337b29a92c9cb3a6d17a344701e701b6d10cdc3b066d914285cd76e45ce5c94b0fcd9cf1d93fc8c86cda33
7
+ data.tar.gz: 00354b7da7dad2886dc47d2ddd9826c1c49a70629ecebce4266abf53bfd5513076c40baa8cab85362e451fc2eef46e80e064ea68ee209b1498cc06aff2e89ab3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.56.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230501
6
+
3
7
  ### v0.55.0 (2023-04-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230418
@@ -197,7 +197,7 @@ module Google
197
197
  # Represents the query input. It can contain one of: 1. A conversational query
198
198
  # in the form of text. 2. An intent query that specifies which intent to trigger.
199
199
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
200
- #
200
+ # 5. DTMF digits to invoke an intent and fill in parameter value.
201
201
  # Corresponds to the JSON property `input`
202
202
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3QueryInput]
203
203
  attr_accessor :input
@@ -1680,7 +1680,7 @@ module Google
1680
1680
  # Represents the query input. It can contain one of: 1. A conversational query
1681
1681
  # in the form of text. 2. An intent query that specifies which intent to trigger.
1682
1682
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
1683
- #
1683
+ # 5. DTMF digits to invoke an intent and fill in parameter value.
1684
1684
  class GoogleCloudDialogflowCxV3QueryInput
1685
1685
  include Google::Apis::Core::Hashable
1686
1686
 
@@ -3231,7 +3231,7 @@ module Google
3231
3231
  # Represents the query input. It can contain one of: 1. A conversational query
3232
3232
  # in the form of text. 2. An intent query that specifies which intent to trigger.
3233
3233
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
3234
- #
3234
+ # 5. DTMF digits to invoke an intent and fill in parameter value.
3235
3235
  # Corresponds to the JSON property `input`
3236
3236
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
3237
3237
  attr_accessor :input
@@ -4714,7 +4714,7 @@ module Google
4714
4714
  # Represents the query input. It can contain one of: 1. A conversational query
4715
4715
  # in the form of text. 2. An intent query that specifies which intent to trigger.
4716
4716
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
4717
- #
4717
+ # 5. DTMF digits to invoke an intent and fill in parameter value.
4718
4718
  class GoogleCloudDialogflowCxV3beta1QueryInput
4719
4719
  include Google::Apis::Core::Hashable
4720
4720
 
@@ -9515,7 +9515,8 @@ module Google
9515
9515
  attr_accessor :click_time
9516
9516
 
9517
9517
  # Indicates whether the answer/item was clicked by the human agent or not.
9518
- # Default to false.
9518
+ # Default to false. For knowledge search, the answer record is considered to be
9519
+ # clicked if the answer was copied or any URI was clicked.
9519
9520
  # Corresponds to the JSON property `clicked`
9520
9521
  # @return [Boolean]
9521
9522
  attr_accessor :clicked
@@ -17030,7 +17031,7 @@ module Google
17030
17031
  end
17031
17032
  end
17032
17033
 
17033
- # A resource that represents Google Cloud Platform location.
17034
+ # A resource that represents a Google Cloud location.
17034
17035
  class GoogleCloudLocationLocation
17035
17036
  include Google::Apis::Core::Hashable
17036
17037
 
@@ -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.55.0"
19
+ GEM_VERSION = "0.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230418"
25
+ REVISION = "20230501"
26
26
  end
27
27
  end
28
28
  end
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.55.0
4
+ version: 0.56.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-04-23 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.56.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: []