google-apis-dialogflow_v2beta1 0.61.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: c9e1194c31deef12e7ef0e9ce062f00e6db63696d45d28f015af3a17bea25001
4
- data.tar.gz: 628beb1d5fd42c0a1bd71a896dd37dd1b0ffef4a7dd8850fcea34aff929b1a38
3
+ metadata.gz: 7c48304084bbf56e046a01897e013d53d1917b9b34cd25ab0923e1d713ea75c0
4
+ data.tar.gz: 369ebc4537789eaf04e4d4c10883989e5e8cc68aa3469d2f354087f63f214218
5
5
  SHA512:
6
- metadata.gz: 206aead4fece69d21520c477f57aadf43293505bb1d4bb828dcd9519e27f08034459a9f84189d1a78f30a4b705946393610474bea5b20898b1c0e947c8c6ccaf
7
- data.tar.gz: e5cea922b41c6ce6bf99cd4424a1d3e5ee6fc7eb3643e54eeb9665681b30f7157a135e766797ef11b54c9823132e2e451169850081ae6ba52e783af31c2090b9
6
+ metadata.gz: 134328cd5828aa14f44f39ea9ca7c3da8bb3ba0137b4151074ff2942f2b2cf55a82702178afdc467055d3607de3a50b472595c7e5b5930fc862825d19adaa9e9
7
+ data.tar.gz: bbf5fe1ca4c829d4f46f57078ca35f392d996658bdb5e53f0f4b0e9ff5c7b2832fd39614e1e2a9f68b15c1f3b0682703b9b8e25a44e451b4c66104828e404eb4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.62.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230626
6
+
3
7
  ### v0.61.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230621
@@ -11968,7 +11968,8 @@ module Google
11968
11968
  attr_accessor :conversation_process_config
11969
11969
 
11970
11970
  # Automatically iterates all participants and tries to compile suggestions.
11971
- # Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST.
11971
+ # Supported features: ARTICLE_SUGGESTION, FAQ, DIALOGFLOW_ASSIST,
11972
+ # ENTITY_EXTRACTION.
11972
11973
  # Corresponds to the JSON property `enableEventBasedSuggestion`
11973
11974
  # @return [Boolean]
11974
11975
  attr_accessor :enable_event_based_suggestion
@@ -12031,7 +12032,8 @@ module Google
12031
12032
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigContextFilterSettings]
12032
12033
  attr_accessor :context_filter_settings
12033
12034
 
12034
- # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST.
12035
+ # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST,
12036
+ # ENTITY_EXTRACTION.
12035
12037
  # Corresponds to the JSON property `dialogflowQuerySource`
12036
12038
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource]
12037
12039
  attr_accessor :dialogflow_query_source
@@ -12103,7 +12105,8 @@ module Google
12103
12105
  end
12104
12106
  end
12105
12107
 
12106
- # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST.
12108
+ # Dialogflow source setting. Supported feature: DIALOGFLOW_ASSIST,
12109
+ # ENTITY_EXTRACTION.
12107
12110
  class GoogleCloudDialogflowV2beta1HumanAgentAssistantConfigSuggestionQueryConfigDialogflowQuerySource
12108
12111
  include Google::Apis::Core::Hashable
12109
12112
 
@@ -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.61.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 = "20230621"
25
+ REVISION = "20230626"
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.61.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-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-02 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.61.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.62.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: []