google-apis-dialogflow_v2beta1 0.74.0 → 0.76.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: 9c7e3d15b6dcbc4577e0c6850bff6fbc57d897deba35f6a1630dbb606d58f151
4
- data.tar.gz: 4c7674cbbbc3f18e3c0dbf94943c3218a3ddd5590218bace3c670d171ef83386
3
+ metadata.gz: 16a2a1741eeb65f1dc7ad030fe15d5c5595456f81d221425564a610678ad1e03
4
+ data.tar.gz: 129d85f24d51cc6da83b61b2a919af6a6f8d43ca4d175e9387234e97c7ace34c
5
5
  SHA512:
6
- metadata.gz: 19ab861c09ea35002287082ea60724131cd43ccff12352f667599c25234cb5ff1aa995e70e0d24c3047a373b7931d02d9bf09392aa288eee69a6af0178da4910
7
- data.tar.gz: 76d75bba1f10faf236359155909244bef48980d04fe7ecf41213bddfe8b5d20c0a43a434ec85818479d5045822669b14ad99fea5c355bc21a6c858532956c2ff
6
+ metadata.gz: 3e3b59f9344fbe2f8c0035ac1a183b6b7ca6c5a20304d01e27100ac154746d8f364baba7b482ab367e188759db5ced2536eaac8310853bf700e5ed4652340cfd
7
+ data.tar.gz: d8cc4c052565279a31666cd8e5c68294662738cebcf368c380659f6cff7904da5aaa123b822d6341f4e94f29221209e85761906090f884adc5c54d869710b80c
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.76.0 (2024-01-07)
4
+
5
+ * Regenerated from discovery document revision 20240102
6
+
7
+ ### v0.75.0 (2023-12-24)
8
+
9
+ * Regenerated from discovery document revision 20231215
10
+
3
11
  ### v0.74.0 (2023-12-17)
4
12
 
5
13
  * Regenerated from discovery document revision 20231208
@@ -338,7 +338,8 @@ module Google
338
338
  # Represents the query input. It can contain one of: 1. A conversational query
339
339
  # in the form of text. 2. An intent query that specifies which intent to trigger.
340
340
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
341
- # 5. DTMF digits to invoke an intent and fill in parameter value.
341
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
342
+ # results of a tool executed by the client.
342
343
  # Corresponds to the JSON property `input`
343
344
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3QueryInput]
344
345
  attr_accessor :input
@@ -1933,6 +1934,11 @@ module Google
1933
1934
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings]
1934
1935
  attr_accessor :advanced_settings
1935
1936
 
1937
+ # The description of the page. The maximum length is 500 characters.
1938
+ # Corresponds to the JSON property `description`
1939
+ # @return [String]
1940
+ attr_accessor :description
1941
+
1936
1942
  # Required. The human-readable name of the page, unique within the flow.
1937
1943
  # Corresponds to the JSON property `displayName`
1938
1944
  # @return [String]
@@ -2014,6 +2020,7 @@ module Google
2014
2020
  # Update properties of this object
2015
2021
  def update!(**args)
2016
2022
  @advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
2023
+ @description = args[:description] if args.key?(:description)
2017
2024
  @display_name = args[:display_name] if args.key?(:display_name)
2018
2025
  @entry_fulfillment = args[:entry_fulfillment] if args.key?(:entry_fulfillment)
2019
2026
  @event_handlers = args[:event_handlers] if args.key?(:event_handlers)
@@ -2136,7 +2143,8 @@ module Google
2136
2143
  # Represents the query input. It can contain one of: 1. A conversational query
2137
2144
  # in the form of text. 2. An intent query that specifies which intent to trigger.
2138
2145
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
2139
- # 5. DTMF digits to invoke an intent and fill in parameter value.
2146
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
2147
+ # results of a tool executed by the client.
2140
2148
  class GoogleCloudDialogflowCxV3QueryInput
2141
2149
  include Google::Apis::Core::Hashable
2142
2150
 
@@ -3907,7 +3915,8 @@ module Google
3907
3915
  # Represents the query input. It can contain one of: 1. A conversational query
3908
3916
  # in the form of text. 2. An intent query that specifies which intent to trigger.
3909
3917
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
3910
- # 5. DTMF digits to invoke an intent and fill in parameter value.
3918
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
3919
+ # results of a tool executed by the client.
3911
3920
  # Corresponds to the JSON property `input`
3912
3921
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1QueryInput]
3913
3922
  attr_accessor :input
@@ -5502,6 +5511,11 @@ module Google
5502
5511
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings]
5503
5512
  attr_accessor :advanced_settings
5504
5513
 
5514
+ # The description of the page. The maximum length is 500 characters.
5515
+ # Corresponds to the JSON property `description`
5516
+ # @return [String]
5517
+ attr_accessor :description
5518
+
5505
5519
  # Required. The human-readable name of the page, unique within the flow.
5506
5520
  # Corresponds to the JSON property `displayName`
5507
5521
  # @return [String]
@@ -5583,6 +5597,7 @@ module Google
5583
5597
  # Update properties of this object
5584
5598
  def update!(**args)
5585
5599
  @advanced_settings = args[:advanced_settings] if args.key?(:advanced_settings)
5600
+ @description = args[:description] if args.key?(:description)
5586
5601
  @display_name = args[:display_name] if args.key?(:display_name)
5587
5602
  @entry_fulfillment = args[:entry_fulfillment] if args.key?(:entry_fulfillment)
5588
5603
  @event_handlers = args[:event_handlers] if args.key?(:event_handlers)
@@ -5705,7 +5720,8 @@ module Google
5705
5720
  # Represents the query input. It can contain one of: 1. A conversational query
5706
5721
  # in the form of text. 2. An intent query that specifies which intent to trigger.
5707
5722
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
5708
- # 5. DTMF digits to invoke an intent and fill in parameter value.
5723
+ # 5. DTMF digits to invoke an intent and fill in parameter value. 6. The
5724
+ # results of a tool executed by the client.
5709
5725
  class GoogleCloudDialogflowCxV3beta1QueryInput
5710
5726
  include Google::Apis::Core::Hashable
5711
5727
 
@@ -10826,9 +10842,10 @@ module Google
10826
10842
  # @return [String]
10827
10843
  attr_accessor :agent
10828
10844
 
10829
- # Optional. Sets Dialogflow CX session life time. By default, a Dialogflow CX
10830
- # session remains active and its data is stored for 30 minutes after the last
10831
- # request is sent for the session. This value should be no longer than 1 day.
10845
+ # Optional. Configure lifetime of the Dialogflow session. By default, a
10846
+ # Dialogflow CX session remains active and its data is stored for 30 minutes
10847
+ # after the last request is sent for the session. This value should be no longer
10848
+ # than 1 day.
10832
10849
  # Corresponds to the JSON property `sessionTtl`
10833
10850
  # @return [String]
10834
10851
  attr_accessor :session_ttl
@@ -10940,13 +10957,13 @@ module Google
10940
10957
  # which the API starts speech detection and may inform the client that an
10941
10958
  # utterance has been detected. Note that no-speech event is not expected in this
10942
10959
  # phase. The client provides this configuration in terms of the durations of
10943
- # those two phases. The durations are measured in terms of the audio length
10944
- # fromt the the start of the input audio. The flow goes like below: ``` --> Time
10945
- # without speech detection | utterance only | utterance or no-speech event | | +-
10946
- # ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
10947
- # + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
10948
- # +---------------+ ``` No-speech event is a response with END_OF_UTTERANCE
10949
- # without any transcript following up.
10960
+ # those two phases. The durations are measured in terms of the audio length from
10961
+ # the start of the input audio. The flow goes like below: ``` --> Time without
10962
+ # speech detection | utterance only | utterance or no-speech event | | +---------
10963
+ # ----+ | +------------+ | +---------------+ ----------+ no barge-in +-|-+ barge-
10964
+ # in +-|-+ normal period +----------- +-------------+ | +------------+ | +-------
10965
+ # --------+ ``` No-speech event is a response with END_OF_UTTERANCE without any
10966
+ # transcript following up.
10950
10967
  class GoogleCloudDialogflowV2beta1BargeInConfig
10951
10968
  include Google::Apis::Core::Hashable
10952
10969
 
@@ -13553,13 +13570,13 @@ module Google
13553
13570
  # which the API starts speech detection and may inform the client that an
13554
13571
  # utterance has been detected. Note that no-speech event is not expected in this
13555
13572
  # phase. The client provides this configuration in terms of the durations of
13556
- # those two phases. The durations are measured in terms of the audio length
13557
- # fromt the the start of the input audio. The flow goes like below: ``` --> Time
13558
- # without speech detection | utterance only | utterance or no-speech event | | +-
13559
- # ------------+ | +------------+ | +---------------+ ----------+ no barge-in +-|-
13560
- # + barge-in +-|-+ normal period +----------- +-------------+ | +------------+ |
13561
- # +---------------+ ``` No-speech event is a response with END_OF_UTTERANCE
13562
- # without any transcript following up.
13573
+ # those two phases. The durations are measured in terms of the audio length from
13574
+ # the start of the input audio. The flow goes like below: ``` --> Time without
13575
+ # speech detection | utterance only | utterance or no-speech event | | +---------
13576
+ # ----+ | +------------+ | +---------------+ ----------+ no barge-in +-|-+ barge-
13577
+ # in +-|-+ normal period +----------- +-------------+ | +------------+ | +-------
13578
+ # --------+ ``` No-speech event is a response with END_OF_UTTERANCE without any
13579
+ # transcript following up.
13563
13580
  # Corresponds to the JSON property `bargeInConfig`
13564
13581
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BargeInConfig]
13565
13582
  attr_accessor :barge_in_config
@@ -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.74.0"
19
+ GEM_VERSION = "0.76.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 = "20231208"
25
+ REVISION = "20240102"
26
26
  end
27
27
  end
28
28
  end
@@ -3615,6 +3615,7 @@ module Google
3615
3615
  class Representation < Google::Apis::Core::JsonRepresentation
3616
3616
  property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3AdvancedSettings::Representation
3617
3617
 
3618
+ property :description, as: 'description'
3618
3619
  property :display_name, as: 'displayName'
3619
3620
  property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Fulfillment::Representation
3620
3621
 
@@ -4591,6 +4592,7 @@ module Google
4591
4592
  class Representation < Google::Apis::Core::JsonRepresentation
4592
4593
  property :advanced_settings, as: 'advancedSettings', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1AdvancedSettings::Representation
4593
4594
 
4595
+ property :description, as: 'description'
4594
4596
  property :display_name, as: 'displayName'
4595
4597
  property :entry_fulfillment, as: 'entryFulfillment', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1Fulfillment::Representation
4596
4598
 
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.74.0
4
+ version: 0.76.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-17 00:00:00.000000000 Z
11
+ date: 2024-01-07 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.74.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.76.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.4.19
78
+ rubygems_version: 3.5.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Dialogflow API V2beta1