google-apis-dialogflow_v3beta1 0.55.0 → 0.56.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: c5fe84cee7284e7f46f5b0452cbfeeb174558fa977a87148a136735e1eaaee14
4
- data.tar.gz: f3d30f06f49f1a8f1cecf8265c14cef24dee8a22ecdc96efd2b99dd242130274
3
+ metadata.gz: f3fc8db04176921655e7d05930abad5d2ba1751119234f60c32f1877f623d1b6
4
+ data.tar.gz: f0059f2783b51418d5fe02d9cb07c739fc6ff321aa1a11b3c98a508d6e405085
5
5
  SHA512:
6
- metadata.gz: 85134ddd0277bc1d884330465538fafd2fb036298e50681f007d05f58206227d6d3fe126b3f2b32fb2eeea843c3b2b1b725e4e8d109cd21c8ea0c091616a7406
7
- data.tar.gz: '008bc7d746a18e4a21ded96df01bf782f9b01319d90fede7b0228c0d33edc213c50822faa4a125647247900cdc977880d8e58b9587baa261220a45a4ef543f3f'
6
+ metadata.gz: 28477dee2e9bed939a1eff0a0a5a6bfb5089807e16c6251ac7978336d22acff9c21fbe15bf5f5a494ccf89b445a4f498d8ce9d19f007f8d3d8ca10317b064c7a
7
+ data.tar.gz: 1e1bc37f8b79a518df0530c12202474051ebcefee467de0851402d8b2f6bc294c42caad016d7493bcdfeaf40997cf7ed7dda3d0535b139b690472142b4968670
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dialogflow_v3beta1
2
2
 
3
+ ### v0.56.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230418
6
+
3
7
  ### v0.55.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::DialogflowV3beta1::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
 
@@ -4773,8 +4773,8 @@ module Google
4773
4773
  # @return [String]
4774
4774
  attr_accessor :agent_content
4775
4775
 
4776
- # The URI to a file containing the exported agent. This field is populated only
4777
- # if `agent_uri` is specified in ExportAgentRequest.
4776
+ # The URI to a file containing the exported agent. This field is populated if `
4777
+ # agent_uri` is specified in ExportAgentRequest.
4778
4778
  # Corresponds to the JSON property `agentUri`
4779
4779
  # @return [String]
4780
4780
  attr_accessor :agent_uri
@@ -5932,7 +5932,6 @@ module Google
5932
5932
  end
5933
5933
 
5934
5934
  # Represents an example that the agent is trained on to identify the intent.
5935
- # Next ID: 15
5936
5935
  class GoogleCloudDialogflowCxV3beta1IntentTrainingPhrase
5937
5936
  include Google::Apis::Core::Hashable
5938
5937
 
@@ -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.55.0"
19
+ GEM_VERSION = "0.56.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
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.55.0
4
+ version: 0.56.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_v3beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.55.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dialogflow_v3beta1/v0.56.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: []