google-apis-dialogflow_v2beta1 0.54.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: 33a941ea510fbaaa38d3b84c4b652b248f0374f21e1e6ce4de40425a7316653e
4
- data.tar.gz: 4a47a6f6d98f4c03f6cf0cdb523806340f888b1ccb79b6018e19dd4f49c41ac8
3
+ metadata.gz: c70f8af95e1d05f6a8c32faeb62a3ef364735cdc31de85c6afe61362539b6981
4
+ data.tar.gz: aa0927e49d2f0a88d6f58f833f91fffd41c485e11510f5139a438519f1f70352
5
5
  SHA512:
6
- metadata.gz: 716c70be5a78cdfb2ca6671fe417febdd27a64d7314a9f3c2031f051f9e0424e5720ba7bb3c7d65a3cd7424deb63dc5ee1a9ccac4539ba00b2fe2d17f26f56d1
7
- data.tar.gz: 2068c4841b6d15c0558d5d8eb30ff5936cabf6243f4ce70aa67bdc9bc42fb779d00608dab98705ccbcb4163bcbf470ba758bede81ebbf9b4f27efae6673c5b9c
6
+ metadata.gz: '084d009ad2583ab12099787cbaa7fb5d66cd2bf26e617879d04c81bf6f2ece71a7446dc200c990d75f69fad9dd68f0afd6362ee2624da3fc336564a0a246e623'
7
+ data.tar.gz: 3ed16e9dc68b76335a9c98e09827ab1c1fb2affd8b07f4fc4311fff1ef4be68c94cce41c4ce732f4af6e8e9aceb506f6317953ab218078a68c174ed5db8f9cb7
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.54.0 (2023-04-02)
4
8
 
5
9
  * Regenerated from discovery document revision 20230331
@@ -277,7 +277,7 @@ module Google
277
277
  # An intent represents a user's intent to interact with a conversational agent.
278
278
  # You can provide information for the Dialogflow API to use to match user input
279
279
  # to an intent by adding training phrases (i.e., examples of user input) to your
280
- # intent. Next ID: 15
280
+ # intent.
281
281
  # Corresponds to the JSON property `triggeredIntent`
282
282
  # @return [Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowCxV3Intent]
283
283
  attr_accessor :triggered_intent
@@ -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
@@ -1260,7 +1260,7 @@ module Google
1260
1260
  # An intent represents a user's intent to interact with a conversational agent.
1261
1261
  # You can provide information for the Dialogflow API to use to match user input
1262
1262
  # to an intent by adding training phrases (i.e., examples of user input) to your
1263
- # intent. Next ID: 15
1263
+ # intent.
1264
1264
  class GoogleCloudDialogflowCxV3Intent
1265
1265
  include Google::Apis::Core::Hashable
1266
1266
 
@@ -3693,8 +3693,8 @@ module Google
3693
3693
  # @return [String]
3694
3694
  attr_accessor :agent_content
3695
3695
 
3696
- # The URI to a file containing the exported agent. This field is populated only
3697
- # 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.
3698
3698
  # Corresponds to the JSON property `agentUri`
3699
3699
  # @return [String]
3700
3700
  attr_accessor :agent_uri
@@ -4443,7 +4443,6 @@ module Google
4443
4443
  end
4444
4444
 
4445
4445
  # Represents an example that the agent is trained on to identify the intent.
4446
- # Next ID: 15
4447
4446
  class GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase
4448
4447
  include Google::Apis::Core::Hashable
4449
4448
 
@@ -12199,6 +12198,12 @@ module Google
12199
12198
  attr_accessor :disable_no_speech_recognized_event
12200
12199
  alias_method :disable_no_speech_recognized_event?, :disable_no_speech_recognized_event
12201
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
+
12202
12207
  # If `true`, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult
12203
12208
  # with information about the recognized speech words, e.g. start and end time
12204
12209
  # offsets. If false or unspecified, Speech doesn't return any word-level
@@ -12283,6 +12288,7 @@ module Google
12283
12288
  @audio_encoding = args[:audio_encoding] if args.key?(:audio_encoding)
12284
12289
  @barge_in_config = args[:barge_in_config] if args.key?(:barge_in_config)
12285
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)
12286
12292
  @enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info)
12287
12293
  @language_code = args[:language_code] if args.key?(:language_code)
12288
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.54.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 = "20230331"
25
+ REVISION = "20230418"
26
26
  end
27
27
  end
28
28
  end
@@ -6127,6 +6127,7 @@ module Google
6127
6127
  property :barge_in_config, as: 'bargeInConfig', class: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BargeInConfig, decorator: Google::Apis::DialogflowV2beta1::GoogleCloudDialogflowV2beta1BargeInConfig::Representation
6128
6128
 
6129
6129
  property :disable_no_speech_recognized_event, as: 'disableNoSpeechRecognizedEvent'
6130
+ property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
6130
6131
  property :enable_word_info, as: 'enableWordInfo'
6131
6132
  property :language_code, as: 'languageCode'
6132
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.54.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-04-02 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.54.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: []