google-apis-dialogflow_v2 0.58.0 → 0.59.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 889eddbc55d97d971f180d48523ed27416793cab61dba11b302ee2997c90d312
4
- data.tar.gz: 44dab2b86c486e10e3070bcfa5652cebf2cccc319d0a9b4bced16561212fcf0e
3
+ metadata.gz: 1b4a25474c487f2115ef0f02f8a1f249b731f90b0775c01e06b3e2f06ce7bc1d
4
+ data.tar.gz: e1c89d6ccb0a2e6fd41fba38c224f174f89011ac39c44ad321364045ab5bc856
5
5
  SHA512:
6
- metadata.gz: 1d30bccab51132562eb30efc594a4c8d5921116403438fa2aab568dd687415d27af822adec52dfd90bf87b484cc05727fe680f53058b157638df7492744a8caa
7
- data.tar.gz: 27af10faa069a44a1e8a7126eee473790d5c1c4d037a6b0ae1fb28c46862f129d474b94ca3936cb6bcce642af51802effd370dbd8021b4b4f506b1689a17db69
6
+ metadata.gz: 5ce608486b5f6fb6a1be14cece7906f99c696f09e5c36ef52f9f2a5c926b3640a23f2519342fff04ccf89dead7dc38b631c5c92d7154a948fd2075aed6e9ca3a
7
+ data.tar.gz: de022a53d6a488fce5076c5ab2854b7003b2c5f925f8947eff4cc90c7e86da1de77ac98aab9b7ca084d5ad9203b92428c4a51c20880d84ac7c2069f4f387d2d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.59.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230501
6
+
3
7
  ### v0.58.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::DialogflowV2::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::DialogflowV2::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
 
@@ -6488,7 +6488,8 @@ module Google
6488
6488
  attr_accessor :click_time
6489
6489
 
6490
6490
  # Indicates whether the answer/item was clicked by the human agent or not.
6491
- # Default to false.
6491
+ # Default to false. For knowledge search, the answer record is considered to be
6492
+ # clicked if the answer was copied or any URI was clicked.
6492
6493
  # Corresponds to the JSON property `clicked`
6493
6494
  # @return [Boolean]
6494
6495
  attr_accessor :clicked
@@ -16758,7 +16759,7 @@ module Google
16758
16759
  end
16759
16760
  end
16760
16761
 
16761
- # A resource that represents Google Cloud Platform location.
16762
+ # A resource that represents a Google Cloud location.
16762
16763
  class GoogleCloudLocationLocation
16763
16764
  include Google::Apis::Core::Hashable
16764
16765
 
@@ -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.58.0"
19
+ GEM_VERSION = "0.59.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_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.58.0
4
+ version: 0.59.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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.59.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: []