google-apis-dialogflow_v2 0.57.0 → 0.59.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: 4ce2b187f7e330114daf5d98fd08abc07716888671899fc2c7b8e93083d920b9
4
- data.tar.gz: cb4a27ddb68a4b2cc1c2e1da4302aeb065d901565e99c31f491ef962831168c1
3
+ metadata.gz: 1b4a25474c487f2115ef0f02f8a1f249b731f90b0775c01e06b3e2f06ce7bc1d
4
+ data.tar.gz: e1c89d6ccb0a2e6fd41fba38c224f174f89011ac39c44ad321364045ab5bc856
5
5
  SHA512:
6
- metadata.gz: bd60567db4bd6a33a4039e643fd504681baf399ecc82a04379cb33396aa72413f9ab28d765107de500d21e4cff0690c69e8868fbeb1646895e9b858afe1d1c1e
7
- data.tar.gz: b4563aa337f529b99c36795e21114514b2ac0ba9ab0307a0c3db56128fc7de12c3413c4c52a865557f59f96496d77b5960ab8d79eb9c20563b3b107356f4597b
6
+ metadata.gz: 5ce608486b5f6fb6a1be14cece7906f99c696f09e5c36ef52f9f2a5c926b3640a23f2519342fff04ccf89dead7dc38b631c5c92d7154a948fd2075aed6e9ca3a
7
+ data.tar.gz: de022a53d6a488fce5076c5ab2854b7003b2c5f925f8947eff4cc90c7e86da1de77ac98aab9b7ca084d5ad9203b92428c4a51c20880d84ac7c2069f4f387d2d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dialogflow_v2
2
2
 
3
+ ### v0.59.0 (2023-05-07)
4
+
5
+ * Regenerated from discovery document revision 20230501
6
+
7
+ ### v0.58.0 (2023-04-23)
8
+
9
+ * Regenerated from discovery document revision 20230418
10
+
3
11
  ### v0.57.0 (2023-04-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20230331
@@ -197,7 +197,7 @@ module Google
197
197
  # Represents the query input. It can contain one of: 1. A conversational query
198
198
  # in the form of text. 2. An intent query that specifies which intent to trigger.
199
199
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
200
- #
200
+ # 5. DTMF digits to invoke an intent and fill in parameter value.
201
201
  # Corresponds to the JSON property `input`
202
202
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3QueryInput]
203
203
  attr_accessor :input
@@ -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::DialogflowV2::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
 
@@ -1680,7 +1680,7 @@ module Google
1680
1680
  # Represents the query input. It can contain one of: 1. A conversational query
1681
1681
  # in the form of text. 2. An intent query that specifies which intent to trigger.
1682
1682
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
1683
- #
1683
+ # 5. DTMF digits to invoke an intent and fill in parameter value.
1684
1684
  class GoogleCloudDialogflowCxV3QueryInput
1685
1685
  include Google::Apis::Core::Hashable
1686
1686
 
@@ -3231,7 +3231,7 @@ module Google
3231
3231
  # Represents the query input. It can contain one of: 1. A conversational query
3232
3232
  # in the form of text. 2. An intent query that specifies which intent to trigger.
3233
3233
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
3234
- #
3234
+ # 5. DTMF digits to invoke an intent and fill in parameter value.
3235
3235
  # Corresponds to the JSON property `input`
3236
3236
  # @return [Google::Apis::DialogflowV2::GoogleCloudDialogflowCxV3beta1QueryInput]
3237
3237
  attr_accessor :input
@@ -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
 
@@ -4715,7 +4714,7 @@ module Google
4715
4714
  # Represents the query input. It can contain one of: 1. A conversational query
4716
4715
  # in the form of text. 2. An intent query that specifies which intent to trigger.
4717
4716
  # 3. Natural language speech audio to be processed. 4. An event to be triggered.
4718
- #
4717
+ # 5. DTMF digits to invoke an intent and fill in parameter value.
4719
4718
  class GoogleCloudDialogflowCxV3beta1QueryInput
4720
4719
  include Google::Apis::Core::Hashable
4721
4720
 
@@ -6489,7 +6488,8 @@ module Google
6489
6488
  attr_accessor :click_time
6490
6489
 
6491
6490
  # Indicates whether the answer/item was clicked by the human agent or not.
6492
- # Default to false.
6491
+ # Default to false. For knowledge search, the answer record is considered to be
6492
+ # clicked if the answer was copied or any URI was clicked.
6493
6493
  # Corresponds to the JSON property `clicked`
6494
6494
  # @return [Boolean]
6495
6495
  attr_accessor :clicked
@@ -9490,6 +9490,12 @@ module Google
9490
9490
  attr_accessor :disable_no_speech_recognized_event
9491
9491
  alias_method :disable_no_speech_recognized_event?, :disable_no_speech_recognized_event
9492
9492
 
9493
+ # Enable automatic punctuation option at the speech backend.
9494
+ # Corresponds to the JSON property `enableAutomaticPunctuation`
9495
+ # @return [Boolean]
9496
+ attr_accessor :enable_automatic_punctuation
9497
+ alias_method :enable_automatic_punctuation?, :enable_automatic_punctuation
9498
+
9493
9499
  # If `true`, Dialogflow returns SpeechWordInfo in StreamingRecognitionResult
9494
9500
  # with information about the recognized speech words, e.g. start and end time
9495
9501
  # offsets. If false or unspecified, Speech doesn't return any word-level
@@ -9573,6 +9579,7 @@ module Google
9573
9579
  def update!(**args)
9574
9580
  @audio_encoding = args[:audio_encoding] if args.key?(:audio_encoding)
9575
9581
  @disable_no_speech_recognized_event = args[:disable_no_speech_recognized_event] if args.key?(:disable_no_speech_recognized_event)
9582
+ @enable_automatic_punctuation = args[:enable_automatic_punctuation] if args.key?(:enable_automatic_punctuation)
9576
9583
  @enable_word_info = args[:enable_word_info] if args.key?(:enable_word_info)
9577
9584
  @language_code = args[:language_code] if args.key?(:language_code)
9578
9585
  @model = args[:model] if args.key?(:model)
@@ -16752,7 +16759,7 @@ module Google
16752
16759
  end
16753
16760
  end
16754
16761
 
16755
- # A resource that represents Google Cloud Platform location.
16762
+ # A resource that represents a Google Cloud location.
16756
16763
  class GoogleCloudLocationLocation
16757
16764
  include Google::Apis::Core::Hashable
16758
16765
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DialogflowV2
18
18
  # Version of the google-apis-dialogflow_v2 gem
19
- GEM_VERSION = "0.57.0"
19
+ GEM_VERSION = "0.59.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 = "20230501"
26
26
  end
27
27
  end
28
28
  end
@@ -5394,6 +5394,7 @@ module Google
5394
5394
  class Representation < Google::Apis::Core::JsonRepresentation
5395
5395
  property :audio_encoding, as: 'audioEncoding'
5396
5396
  property :disable_no_speech_recognized_event, as: 'disableNoSpeechRecognizedEvent'
5397
+ property :enable_automatic_punctuation, as: 'enableAutomaticPunctuation'
5397
5398
  property :enable_word_info, as: 'enableWordInfo'
5398
5399
  property :language_code, as: 'languageCode'
5399
5400
  property :model, as: 'model'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dialogflow_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.59.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-05-14 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_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.57.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v2/v0.59.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dialogflow_v2
63
63
  post_install_message:
64
64
  rdoc_options: []