google-apis-dialogflow_v3beta1 0.73.0 → 0.75.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: 9356c16c2f8e83543ba0a222557b3383af8921af7449780d6380409fe6269cbd
4
+ data.tar.gz: 88da42a8bf8f1d002172b4ef873cbced8dee8f2b321654b31d1375944548eb47
5
5
  SHA512:
6
- metadata.gz: 5f541bbb278f9fab7653b092b431c3520bf12834b14598e8c94ecb0454da595d967f3cd8269115f10905fb22ac1b247d0d91c01a2a925567dde3275c2c00bd0d
7
- data.tar.gz: 4dd272f4d120b8a22fced362005ce05baee5b18b8c0ec212b45c25937a99c2f655532526cf9cb4e5c044da46aa1de1896ea1c8b811d6a0cc7cf357acd06a1764
6
+ metadata.gz: 7afc5b1ebb5873e82fd3c368d80a906d33b78fcffa84cc3ec4367a5abf75bc60fe9e016c3242e90a0873884bc328d15e1c3b57308db93202d59b0cf11ef6e4a8
7
+ data.tar.gz: 37732290d5fc4e3774f0e2304ac14a99a6837356ab536d35607a4f0f0506bc4f1bdb0aa3ed06226f9abd4e475147ae012f924cd193b1aa43a12687b6f6119ea7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.75.0 (2023-12-24)
4
+
5
+ * Regenerated from discovery document revision 20231215
6
+
7
+ ### v0.74.0 (2023-12-17)
8
+
9
+ * Regenerated from discovery document revision 20231208
10
+
3
11
  ### v0.73.0 (2023-12-10)
4
12
 
5
13
  * 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
 
@@ -8784,9 +8792,10 @@ module Google
8784
8792
  # @return [Array<Google::Apis::DialogflowV3beta1::GoogleCloudDialogflowCxV3beta1SessionEntityType>]
8785
8793
  attr_accessor :session_entity_types
8786
8794
 
8787
- # Optional. Sets Dialogflow session life time. By default, a Dialogflow session
8788
- # remains active and its data is stored for 30 minutes after the last request is
8789
- # sent for the session. This value should be no longer than 1 day.
8795
+ # Optional. Configure lifetime of the Dialogflow session. By default, a
8796
+ # Dialogflow session remains active and its data is stored for 30 minutes after
8797
+ # the last request is sent for the session. This value should be no longer than
8798
+ # 1 day.
8790
8799
  # Corresponds to the JSON property `sessionTtl`
8791
8800
  # @return [String]
8792
8801
  attr_accessor :session_ttl
@@ -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.75.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 = "20231215"
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.75.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-24 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.75.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: []