google-apis-dialogflow_v3 0.60.0 → 0.61.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: 5bf48c2b88c0fa4deb0dade4315fb5ec681fa27e897712487e72ed7c2c18059b
4
- data.tar.gz: d0328f334dbfd9cfca04bbc32e93e22a78eaabe872129114bf9509fea0e6ebe8
3
+ metadata.gz: 5cb1a639aefc7036c0805a8ce3c7747316aa5d1481c55a8f48f31cac02dbc82f
4
+ data.tar.gz: 5e2f2895a14729d8555725561b224da5a42cf16c58251db84e2c901a248036ea
5
5
  SHA512:
6
- metadata.gz: 169d5eecbf1bbd6c47687d3ff59f27ff91eb7f43d9c36269c576d1ff3d1e48692b89f8b6e2f06b549fafe211a8214371aa5598c3a346ea382d590d2c41127890
7
- data.tar.gz: 8a670250e28c338518ca333fcdb6b7fbc2efc7ab780d826e7954c65310418cb4da374733528b0354a407724100491fb155e8d2a52be9e3a284dbe248ac7aa4f9
6
+ metadata.gz: c3acfe47b0564c8bee24f92c16f778bc815d7d540ecd223f42ed41438c0f4c4f1688aa87eab673167a08d7fab9998c1554bfc6766b59956cc4350c2176e2b4f3
7
+ data.tar.gz: 806a2e671f2fb91a7099b27df9a31d4e5136ae80a839a1701765cacbb5034c8a6d696f8c2370b5544efa9d99916b9b187b3156327f985389a9a922702cd68e43
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3
2
2
 
3
+ ### v0.61.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230614
6
+
3
7
  ### v0.60.0 (2023-06-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20230605
@@ -15907,6 +15907,11 @@ module Google
15907
15907
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
15908
15908
  attr_accessor :suggest_dialogflow_assists_response
15909
15909
 
15910
+ # The response message for Participants.SuggestDialogflowAssists.
15911
+ # Corresponds to the JSON property `suggestEntityExtractionResponse`
15912
+ # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
15913
+ attr_accessor :suggest_entity_extraction_response
15914
+
15910
15915
  # The request message for Participants.SuggestFaqAnswers.
15911
15916
  # Corresponds to the JSON property `suggestFaqAnswersResponse`
15912
15917
  # @return [Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse]
@@ -15926,6 +15931,7 @@ module Google
15926
15931
  @error = args[:error] if args.key?(:error)
15927
15932
  @suggest_articles_response = args[:suggest_articles_response] if args.key?(:suggest_articles_response)
15928
15933
  @suggest_dialogflow_assists_response = args[:suggest_dialogflow_assists_response] if args.key?(:suggest_dialogflow_assists_response)
15934
+ @suggest_entity_extraction_response = args[:suggest_entity_extraction_response] if args.key?(:suggest_entity_extraction_response)
15929
15935
  @suggest_faq_answers_response = args[:suggest_faq_answers_response] if args.key?(:suggest_faq_answers_response)
15930
15936
  @suggest_smart_replies_response = args[:suggest_smart_replies_response] if args.key?(:suggest_smart_replies_response)
15931
15937
  end
@@ -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.60.0"
19
+ GEM_VERSION = "0.61.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 = "20230605"
25
+ REVISION = "20230614"
26
26
  end
27
27
  end
28
28
  end
@@ -6998,6 +6998,8 @@ module Google
6998
6998
 
6999
6999
  property :suggest_dialogflow_assists_response, as: 'suggestDialogflowAssistsResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
7000
7000
 
7001
+ property :suggest_entity_extraction_response, as: 'suggestEntityExtractionResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
7002
+
7001
7003
  property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse::Representation
7002
7004
 
7003
7005
  property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV3::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::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.60.0
4
+ version: 0.61.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-06-11 00:00:00.000000000 Z
11
+ date: 2023-06-18 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.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3/v0.61.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: []