google-apis-dialogflow_v2beta1 0.58.0 → 0.60.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: 90b2fbee32f2436200e3abd7d7fcb1824683b32f8be4f755c329ea821804868c
4
- data.tar.gz: 1161d0c629fa5a5d8d1f7f96411117f94266bd7b2aff9778cc8555946318c275
3
+ metadata.gz: 663e672ba10abd7a014b49d57e29ff19134ac55b3764a54582e4f1f7686b38e8
4
+ data.tar.gz: c0f6041205c314c745beb73604f28ed6c0378dcbc471c45966065d589fdbe1ae
5
5
  SHA512:
6
- metadata.gz: 3142448c40a059aba553d06c5475beede34d2f2d61b04d2f8d134b7b8e8cb4317fca7ea3ce737a6ee46ecf73efdf244684c360511c1a2617152400d8827301a1
7
- data.tar.gz: b380c0aba8f6988e8246aff5b61ccb6d0faa617b6cc0b026e37f8ba645a24a2a4d5b1789839066b19276138a4e7b9f53475d3c3b71364854986481356e4b8bac
6
+ metadata.gz: 13ddb698c16299915da34e47573e640052fcd5672aa8219c49a3712c17d42636af54762bceea92ffb077edc39e711be810a51e0bda5ca20f02233512f519deda
7
+ data.tar.gz: 3312809f886507805557eb5dc67189dbef99d5ea2ea843251e39daebd7719dee6d3479533e16ff2da0afdcac7539e7df83b6a33e88b8cda39289d27cb59cca7f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.60.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230614
6
+
7
+ ### v0.59.0 (2023-06-11)
8
+
9
+ * Regenerated from discovery document revision 20230605
10
+
3
11
  ### v0.58.0 (2023-05-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20230522
@@ -9981,7 +9981,7 @@ module Google
9981
9981
  class GoogleCloudDialogflowV2beta1BatchCreateMessagesRequest
9982
9982
  include Google::Apis::Core::Hashable
9983
9983
 
9984
- # Required. A maximum of 1000 Messages can be created in a batch.
9984
+ # Required. A maximum of 300 messages can be created in a batch.
9985
9985
  # CreateMessageRequest.message.send_time is required. All created messages will
9986
9986
  # have identical Message.create_time.
9987
9987
  # Corresponds to the JSON property `requests`
@@ -15212,15 +15212,15 @@ module Google
15212
15212
  # CreateParticipantRequest or UpdateParticipantRequest, Dialogflow adds the
15213
15213
  # obfuscated user id with the participant. 2. If you set this field in
15214
15214
  # AnalyzeContent or StreamingAnalyzeContent, Dialogflow will update Participant.
15215
- # obfuscated_external_user_id. Dialogflow uses this user id for following
15216
- # purposes: 1) Billing and measurement. If user with the same
15217
- # obfuscated_external_user_id is created in a later conversation, dialogflow
15218
- # will know it's the same user. 2) Agent assist suggestion personalization. For
15219
- # example, Dialogflow can use it to provide personalized smart reply suggestions
15220
- # for this user. Note: * Please never pass raw user ids to Dialogflow. Always
15221
- # obfuscate your user id first. * Dialogflow only accepts a UTF-8 encoded string,
15222
- # e.g., a hex digest of a hash function like SHA-512. * The length of the user
15223
- # id must be <= 256 characters.
15215
+ # obfuscated_external_user_id. Dialogflow uses this user id for billing and
15216
+ # measurement. If a user with the same obfuscated_external_user_id is created in
15217
+ # a later conversation, Dialogflow will know it's the same user. Dialogflow also
15218
+ # uses this user id for Agent Assist suggestion personalization. For example,
15219
+ # Dialogflow can use it to provide personalized smart reply suggestions for this
15220
+ # user. Note: * Please never pass raw user ids to Dialogflow. Always obfuscate
15221
+ # your user id first. * Dialogflow only accepts a UTF-8 encoded string, e.g., a
15222
+ # hex digest of a hash function like SHA-512. * The length of the user id must
15223
+ # be <= 256 characters.
15224
15224
  # Corresponds to the JSON property `obfuscatedExternalUserId`
15225
15225
  # @return [String]
15226
15226
  attr_accessor :obfuscated_external_user_id
@@ -16735,6 +16735,11 @@ module Google
16735
16735
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
16736
16736
  attr_accessor :suggest_dialogflow_assists_response
16737
16737
 
16738
+ # The response message for Participants.SuggestDialogflowAssists.
16739
+ # Corresponds to the JSON property `suggestEntityExtractionResponse`
16740
+ # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse]
16741
+ attr_accessor :suggest_entity_extraction_response
16742
+
16738
16743
  # The request message for Participants.SuggestFaqAnswers.
16739
16744
  # Corresponds to the JSON property `suggestFaqAnswersResponse`
16740
16745
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse]
@@ -16754,6 +16759,7 @@ module Google
16754
16759
  @error = args[:error] if args.key?(:error)
16755
16760
  @suggest_articles_response = args[:suggest_articles_response] if args.key?(:suggest_articles_response)
16756
16761
  @suggest_dialogflow_assists_response = args[:suggest_dialogflow_assists_response] if args.key?(:suggest_dialogflow_assists_response)
16762
+ @suggest_entity_extraction_response = args[:suggest_entity_extraction_response] if args.key?(:suggest_entity_extraction_response)
16757
16763
  @suggest_faq_answers_response = args[:suggest_faq_answers_response] if args.key?(:suggest_faq_answers_response)
16758
16764
  @suggest_smart_replies_response = args[:suggest_smart_replies_response] if args.key?(:suggest_smart_replies_response)
16759
16765
  end
@@ -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.58.0"
19
+ GEM_VERSION = "0.60.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 = "20230522"
25
+ REVISION = "20230614"
26
26
  end
27
27
  end
28
28
  end
@@ -7437,6 +7437,8 @@ module Google
7437
7437
 
7438
7438
  property :suggest_dialogflow_assists_response, as: 'suggestDialogflowAssistsResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
7439
7439
 
7440
+ property :suggest_entity_extraction_response, as: 'suggestEntityExtractionResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestDialogflowAssistsResponse::Representation
7441
+
7440
7442
  property :suggest_faq_answers_response, as: 'suggestFaqAnswersResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestFaqAnswersResponse::Representation
7441
7443
 
7442
7444
  property :suggest_smart_replies_response, as: 'suggestSmartRepliesResponse', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1SuggestSmartRepliesResponse::Representation
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.58.0
4
+ version: 0.60.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-28 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_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.58.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.60.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: []