google-apis-dialogflow_v2beta1 0.53.0 → 0.55.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e62cc958c11bb90902f02767ea38047220a34c14907fa90cd27864718fd08e65
4
- data.tar.gz: a26e33abe7dd17763144e18e66b0fdd0addd54db7daa18f7f60dfaf44075e3b3
3
+ metadata.gz: c70f8af95e1d05f6a8c32faeb62a3ef364735cdc31de85c6afe61362539b6981
4
+ data.tar.gz: aa0927e49d2f0a88d6f58f833f91fffd41c485e11510f5139a438519f1f70352
5
5
  SHA512:
6
- metadata.gz: 72135fa23e74e717edad76ddc8d6446a00c87f9025a5a5ad89a58fa862bdd40c3eb6191ff184f90eb949c0f3f53ae891fdff3ce8bbe241f3cddce0c68cd152b9
7
- data.tar.gz: 9eb1346913373d10c468be0647fe4cc9d0b469771b60337b52b233daba28c55779e15579a0a649cb1e32abf091c89f13481edf97744ca3e5d5e2452e61bd7e4a
6
+ metadata.gz: '084d009ad2583ab12099787cbaa7fb5d66cd2bf26e617879d04c81bf6f2ece71a7446dc200c990d75f69fad9dd68f0afd6362ee2624da3fc336564a0a246e623'
7
+ data.tar.gz: 3ed16e9dc68b76335a9c98e09827ab1c1fb2affd8b07f4fc4311fff1ef4be68c94cce41c4ce732f4af6e8e9aceb506f6317953ab218078a68c174ed5db8f9cb7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2beta1
2
2
 
3
+ ### v0.55.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230418
6
+
7
+ ### v0.54.0 (2023-04-02)
8
+
9
+ * Regenerated from discovery document revision 20230331
10
+
3
11
  ### v0.53.0 (2023-03-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20230316
@@ -659,8 +659,8 @@ module Google
659
659
  # @return [String]
660
660
  attr_accessor :agent_content
661
661
 
662
- # The URI to a file containing the exported agent. This field is populated only
663
- # if `agent_uri` is specified in ExportAgentRequest.
662
+ # The URI to a file containing the exported agent. This field is populated if `
663
+ # agent_uri` is specified in ExportAgentRequest.
664
664
  # Corresponds to the JSON property `agentUri`
665
665
  # @return [String]
666
666
  attr_accessor :agent_uri
@@ -2742,6 +2742,11 @@ module Google
2742
2742
  # @return [String]
2743
2743
  attr_accessor :detect_intent_response_id
2744
2744
 
2745
+ # If DTMF was provided as input, this field will contain the DTMF digits.
2746
+ # Corresponds to the JSON property `dtmfDigits`
2747
+ # @return [String]
2748
+ attr_accessor :dtmf_digits
2749
+
2745
2750
  # Represents fulfillment information communicated to the webhook.
2746
2751
  # Corresponds to the JSON property `fulfillmentInfo`
2747
2752
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo]
@@ -2814,6 +2819,7 @@ module Google
2814
2819
  # Update properties of this object
2815
2820
  def update!(**args)
2816
2821
  @detect_intent_response_id = args[:detect_intent_response_id] if args.key?(:detect_intent_response_id)
2822
+ @dtmf_digits = args[:dtmf_digits] if args.key?(:dtmf_digits)
2817
2823
  @fulfillment_info = args[:fulfillment_info] if args.key?(:fulfillment_info)
2818
2824
  @intent_info = args[:intent_info] if args.key?(:intent_info)
2819
2825
  @language_code = args[:language_code] if args.key?(:language_code)
@@ -3687,8 +3693,8 @@ module Google
3687
3693
  # @return [String]
3688
3694
  attr_accessor :agent_content
3689
3695
 
3690
- # The URI to a file containing the exported agent. This field is populated only
3691
- # if `agent_uri` is specified in ExportAgentRequest.
3696
+ # The URI to a file containing the exported agent. This field is populated if `
3697
+ # agent_uri` is specified in ExportAgentRequest.
3692
3698
  # Corresponds to the JSON property `agentUri`
3693
3699
  # @return [String]
3694
3700
  attr_accessor :agent_uri
@@ -5770,6 +5776,11 @@ module Google
5770
5776
  # @return [String]
5771
5777
  attr_accessor :detect_intent_response_id
5772
5778
 
5779
+ # If DTMF was provided as input, this field will contain the DTMF digits.
5780
+ # Corresponds to the JSON property `dtmfDigits`
5781
+ # @return [String]
5782
+ attr_accessor :dtmf_digits
5783
+
5773
5784
  # Represents fulfillment information communicated to the webhook.
5774
5785
  # Corresponds to the JSON property `fulfillmentInfo`
5775
5786
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo]
@@ -5842,6 +5853,7 @@ module Google
5842
5853
  # Update properties of this object
5843
5854
  def update!(**args)
5844
5855
  @detect_intent_response_id = args[:detect_intent_response_id] if args.key?(:detect_intent_response_id)
5856
+ @dtmf_digits = args[:dtmf_digits] if args.key?(:dtmf_digits)
5845
5857
  @fulfillment_info = args[:fulfillment_info] if args.key?(:fulfillment_info)
5846
5858
  @intent_info = args[:intent_info] if args.key?(:intent_info)
5847
5859
  @language_code = args[:language_code] if args.key?(:language_code)
@@ -12186,6 +12198,12 @@ module Google
12186
12198
  attr_accessor :disable_no_speech_recognized_event
12187
12199
  alias_method :disable_no_speech_recognized_event?, :disable_no_speech_recognized_event
12188
12200
 
12201
+ # Enable automatic punctuation option at the speech backend.
12202
+ # Corresponds to the JSON property `enableAutomaticPunctuation`
12203
+ # @return [Boolean]
12204
+ attr_accessor :enable_automatic_punctuation
12205
+ alias_method :enable_automatic_punctuation?, :enable_automatic_punctuation
12206
+
12189
12207
  # If `true`, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult
12190
12208
  # with information about the recognized speech words, e.g. start and end time
12191
12209
  # offsets. If false or unspecified, Speech doesn't return any word-level
@@ -12270,6 +12288,7 @@ module Google
12270
12288
  @audio_encoding = args[:audio_encoding] if args.key?(:audio_encoding)
12271
12289
  @barge_in_config = args[:barge_in_config] if args.key?(:barge_in_config)
12272
12290
  @disable_no_speech_recognized_event = args[:disable_no_speech_recognized_event] if args.key?(:disable_no_speech_recognized_event)
12291
+ @enable_automatic_punctuation = args[:enable_automatic_punctuation] if args.key?(:enable_automatic_punctuation)
12273
12292
  @enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info)
12274
12293
  @language_code = args[:language_code] if args.key?(:language_code)
12275
12294
  @model = args[:model] if args.key?(:model)
@@ -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.53.0"
19
+ GEM_VERSION = "0.55.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 = "20230316"
25
+ REVISION = "20230418"
26
26
  end
27
27
  end
28
28
  end
@@ -3567,6 +3567,7 @@ module Google
3567
3567
  # @private
3568
3568
  class Representation < Google::Apis::Core::JsonRepresentation
3569
3569
  property :detect_intent_response_id, as: 'detectIntentResponseId'
3570
+ property :dtmf_digits, as: 'dtmfDigits'
3570
3571
  property :fulfillment_info, as: 'fulfillmentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestFulfillmentInfo::Representation
3571
3572
 
3572
3573
  property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3WebhookRequestIntentInfo::Representation
@@ -4404,6 +4405,7 @@ module Google
4404
4405
  # @private
4405
4406
  class Representation < Google::Apis::Core::JsonRepresentation
4406
4407
  property :detect_intent_response_id, as: 'detectIntentResponseId'
4408
+ property :dtmf_digits, as: 'dtmfDigits'
4407
4409
  property :fulfillment_info, as: 'fulfillmentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestFulfillmentInfo::Representation
4408
4410
 
4409
4411
  property :intent_info, as: 'intentInfo', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3beta1WebhookRequestIntentInfo::Representation
@@ -6125,6 +6127,7 @@ module Google
6125
6127
  property :barge_in_config, as: 'bargeInConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BargeInConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BargeInConfig::Representation
6126
6128
 
6127
6129
  property :disable_no_speech_recognized_event, as: 'disableNoSpeechRecognizedEvent'
6130
+ property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
6128
6131
  property :enable_word_info, as: 'enableWordInfo'
6129
6132
  property :language_code, as: 'languageCode'
6130
6133
  property :model, as: 'model'
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.53.0
4
+ version: 0.55.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-03-26 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2beta1/v0.55.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: []