google-apis-dialogflow_v2 0.60.0 → 0.62.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: 82e8fc81f6bf0448a2086429236c97e0a718f60eefd70fca2c62d354121d6f4c
4
- data.tar.gz: 59910079a9afdc461fe0983e421fe68fbfe3d43cfc3fa52d35859c29aa93df41
3
+ metadata.gz: 1cfd3f8c331bd3e653b6165ca2bf96a6c0dfb84ea373a00951c3c8127c1b035d
4
+ data.tar.gz: a021f619340ef2d0fcc09087fe8ac2d099028c55e880a38cd527c08db195e00b
5
5
  SHA512:
6
- metadata.gz: 8e7d8b6a33f1311d9e2fd97dbbaf6006bff2f57d0af89e59315ed750e46dd5be283e424e292f0450eeb47955a16afa62822a3efc3e1ffc5fbf7c96b046d21735
7
- data.tar.gz: 82111b2a1822542a0a26a779835551943abbd4cbeddf096628f31628020f6632ecff4d7e0c20db5fc459f6af3a2284332a025d9102ad1aa12febf1c4fd4ee2b3
6
+ metadata.gz: 43670249bcbfe5a388f285268a5f9989f276d224d2173488e957b4fb1985a0fdc169ff8e633735ac97d2d5371250056a916ecb514f09b89659a73a0e88931e54
7
+ data.tar.gz: e9ecf9e31233501c8b144bea637ceb3711685c71bc972025e06521bff8749df87f17369da1b32e99765650828f206eec67669821c7ebc962621fd314f3267506
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.62.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230614
6
+
7
+ ### v0.61.0 (2023-05-28)
8
+
9
+ * Regenerated from discovery document revision 20230522
10
+
3
11
  ### v0.60.0 (2023-05-21)
4
12
 
5
13
  * Regenerated from discovery document revision 20230516
@@ -2421,7 +2421,8 @@ module Google
2421
2421
  class GoogleCloudDialogflowCxV3TestRunDifference
2422
2422
  include Google::Apis::Core::Hashable
2423
2423
 
2424
- # A description of the diff, showing the actual output vs expected output.
2424
+ # A human readable description of the diff, showing the actual output vs
2425
+ # expected output.
2425
2426
  # Corresponds to the JSON property `description`
2426
2427
  # @return [String]
2427
2428
  attr_accessor :description
@@ -5497,7 +5498,8 @@ module Google
5497
5498
  class GoogleCloudDialogflowCxV3beta1TestRunDifference
5498
5499
  include Google::Apis::Core::Hashable
5499
5500
 
5500
- # A description of the diff, showing the actual output vs expected output.
5501
+ # A human readable description of the diff, showing the actual output vs
5502
+ # expected output.
5501
5503
  # Corresponds to the JSON property `description`
5502
5504
  # @return [String]
5503
5505
  attr_accessor :description
@@ -8007,7 +8009,7 @@ module Google
8007
8009
  # source types. Reload status can be tracked in `latest_reload_status`. If a
8008
8010
  # reload fails, we will keep the document unchanged. If a reload fails with
8009
8011
  # internal errors, the system will try to reload the document on the next day.
8010
- # If a reload fails with non-retriable errors (e.g. PERMISION_DENIED), the
8012
+ # If a reload fails with non-retriable errors (e.g. PERMISSION_DENIED), the
8011
8013
  # system will not try to reload the document anymore. You need to manually
8012
8014
  # reload the document successfully by calling `ReloadDocument` and clear the
8013
8015
  # errors.
@@ -16649,6 +16651,11 @@ module Google
16649
16651
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
16650
16652
  attr_accessor :suggest_dialogflow_assists_response
16651
16653
 
16654
+ # The response message for Participants.SuggestDialogflowAssists.
16655
+ # Corresponds to the JSON property `suggestEntityExtractionResponse`
16656
+ # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
16657
+ attr_accessor :suggest_entity_extraction_response
16658
+
16652
16659
  # The request message for Participants.SuggestFaqAnswers.
16653
16660
  # Corresponds to the JSON property `suggestFaqAnswersResponse`
16654
16661
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse]
@@ -16668,6 +16675,7 @@ module Google
16668
16675
  @error = args[:error] if args.key?(:error)
16669
16676
  @suggest_articles_response = args[:suggest_articles_response] if args.key?(:suggest_articles_response)
16670
16677
  @suggest_dialogflow_assists_response = args[:suggest_dialogflow_assists_response] if args.key?(:suggest_dialogflow_assists_response)
16678
+ @suggest_entity_extraction_response = args[:suggest_entity_extraction_response] if args.key?(:suggest_entity_extraction_response)
16671
16679
  @suggest_faq_answers_response = args[:suggest_faq_answers_response] if args.key?(:suggest_faq_answers_response)
16672
16680
  @suggest_smart_replies_response = args[:suggest_smart_replies_response] if args.key?(:suggest_smart_replies_response)
16673
16681
  end
@@ -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.60.0"
19
+ GEM_VERSION = "0.62.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 = "20230516"
25
+ REVISION = "20230614"
26
26
  end
27
27
  end
28
28
  end
@@ -7388,6 +7388,8 @@ module Google
7388
7388
 
7389
7389
  property :suggest_dialogflow_assists_response, as: 'suggestDialogflowAssistsResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
7390
7390
 
7391
+ property :suggest_entity_extraction_response, as: 'suggestEntityExtractionResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
7392
+
7391
7393
  property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse::Representation
7392
7394
 
7393
7395
  property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV2::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::Representation
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.60.0
4
+ version: 0.62.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-05-21 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.60.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.62.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: []