google-apis-dialogflow_v3beta1 0.73.0 → 0.74.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: 993e53372d45ee28764c0c9caff97cd1f1ad7769fe8dd474121eafcd5e00e614
4
- data.tar.gz: a84971e9478fb819de23a3601da6821263c6c3dc4f9ac981b2e1ea7d5ec6d7ed
3
+ metadata.gz: b1f08704246d1c0c04a96da759d64582e6be109f9325d16df8c3c7c37a176404
4
+ data.tar.gz: cf30a443c2e07781dd2bb1bb200da7120b393f1d3fddf3cfb50a40b3b211b471
5
5
  SHA512:
6
- metadata.gz: 5f541bbb278f9fab7653b092b431c3520bf12834b14598e8c94ecb0454da595d967f3cd8269115f10905fb22ac1b247d0d91c01a2a925567dde3275c2c00bd0d
7
- data.tar.gz: 4dd272f4d120b8a22fced362005ce05baee5b18b8c0ec212b45c25937a99c2f655532526cf9cb4e5c044da46aa1de1896ea1c8b811d6a0cc7cf357acd06a1764
6
+ metadata.gz: d575c79a8797bb1245005c853859c49c6636f197edca822b60f1b7bb691f70a18a5590c1c40f51637684275b751381da3ae7210e080266d43989124218794d38
7
+ data.tar.gz: 1c6720bd1e61dee45cb6c69a8dd6bdaa2d8747ad970ef05f5047cd0dd6bcd59d52c640373cc97387b0ff1e1b0bb39a07e3a046db33aa5464e1c162d703655d8e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.74.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231208
6
+
3
7
  ### v0.73.0 (2023-12-10)
4
8
 
5
9
  * Regenerated from discovery document revision 20231204
@@ -6765,6 +6765,13 @@ module Google
6765
6765
  # @return [String]
6766
6766
  attr_accessor :business_description
6767
6767
 
6768
+ # Whether to disable fallback to Data Store search results (in case the LLM
6769
+ # couldn't pick a proper answer). Per default the feature is enabled.
6770
+ # Corresponds to the JSON property `disableDataStoreFallback`
6771
+ # @return [Boolean]
6772
+ attr_accessor :disable_data_store_fallback
6773
+ alias_method :disable_data_store_fallback?, :disable_data_store_fallback
6774
+
6768
6775
  def initialize(**args)
6769
6776
  update!(**args)
6770
6777
  end
@@ -6776,6 +6783,7 @@ module Google
6776
6783
  @agent_scope = args[:agent_scope] if args.key?(:agent_scope)
6777
6784
  @business = args[:business] if args.key?(:business)
6778
6785
  @business_description = args[:business_description] if args.key?(:business_description)
6786
+ @disable_data_store_fallback = args[:disable_data_store_fallback] if args.key?(:disable_data_store_fallback)
6779
6787
  end
6780
6788
  end
6781
6789
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV3beta1
18
18
  # Version of the google-apis-dialogflow_v3beta1 gem
19
- GEM_VERSION = "0.73.0"
19
+ GEM_VERSION = "0.74.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 = "20231204"
25
+ REVISION = "20231208"
26
26
  end
27
27
  end
28
28
  end
@@ -4838,6 +4838,7 @@ module Google
4838
4838
  property :agent_scope, as: 'agentScope'
4839
4839
  property :business, as: 'business'
4840
4840
  property :business_description, as: 'businessDescription'
4841
+ property :disable_data_store_fallback, as: 'disableDataStoreFallback'
4841
4842
  end
4842
4843
  end
4843
4844
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v3beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.73.0
4
+ version: 0.74.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-12-10 00:00:00.000000000 Z
11
+ date: 2023-12-17 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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.73.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.74.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v3beta1
63
63
  post_install_message:
64
64
  rdoc_options: []