google-cloud-dialogflow-cx-v3 0.1.0 → 0.1.1

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: a60099bd7d5e7f03ef506fb531423a898b8a0414425e4da6285d2fcf8b700b9f
4
- data.tar.gz: 6d555decd058b86ca4e14a908d22ff36d6a81a82d85a640cb199a1c1cecaa91f
3
+ metadata.gz: cfe408989e992d6cd0b3d442886ec28ff3ca78ea74b93b3bdeeb2f15738c55d1
4
+ data.tar.gz: ce9fe56657dc5021e3d3ad4ab00fabbc924eee6e16b31d31f7e2c44ce8e75001
5
5
  SHA512:
6
- metadata.gz: afe66e2d92cee8fa60c9ab872451d153a42c2980281f34c214f16b286c626fb0b40aa417d99dde9b0d5034bd056edfb70aa903bb4f34499cd75d1e98ba6ade4a
7
- data.tar.gz: 6170db52cd88e0256f0666d68f3545a0305d8d4145b4e468664d63d91245fbb6483d7f1f1690fcb63a72aa5ace822c157adf93c197e795743c87ac140261d7a3
6
+ metadata.gz: ffff58b5857cbcbc72df7c9f5c480ee84d80035166f4ae8c9bdd55981ef874f20fe8474d6897938e11bd8b8bf2c6e4b9e56608e2a3ecc3ed690a12fadaacd4c7
7
+ data.tar.gz: cb6b39261b3c16ccbb6aa2d06bc69316629f122deba3f66e6960f34b2a95aef30bb7a0a03a66bb5ca2a5c9aa8995d75396b0eea4901edb9e7b1324c6e1604a09
data/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  API Client library for the Dialogflow CX V3 API
4
4
 
5
- Dialogflow is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business.
5
+ Dialogflow is an end-to-end, build-once deploy-everywhere development suite for creating conversational interfaces for websites, mobile applications, popular messaging platforms, and IoT devices. You can use it to build interfaces (such as chatbots and conversational IVR) that enable natural and rich interactions between your users and your business. This client is for Dialogflow CX, providing an advanced agent type suitable for large or very complex agents.
6
6
 
7
7
  https://github.com/googleapis/google-cloud-ruby
8
8
 
@@ -53,6 +53,13 @@ module Google
53
53
  # Deletes the specified agent.
54
54
  rpc :DeleteAgent, ::Google::Cloud::Dialogflow::CX::V3::DeleteAgentRequest, ::Google::Protobuf::Empty
55
55
  # Exports the specified agent to a binary file.
56
+ # This method is a [long-running
57
+ # operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
58
+ # The returned `Operation` type has the following method-specific fields:
59
+ #
60
+ # - `metadata`: An empty [Struct
61
+ # message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
62
+ # - `response`: [ExportAgentResponse][google.cloud.dialogflow.cx.v3.ExportAgentResponse]
56
63
  rpc :ExportAgent, ::Google::Cloud::Dialogflow::CX::V3::ExportAgentRequest, ::Google::Longrunning::Operation
57
64
  # Restores the specified agent from a binary file.
58
65
  #
@@ -527,6 +527,13 @@ module Google
527
527
 
528
528
  ##
529
529
  # Exports the specified agent to a binary file.
530
+ # This method is a [long-running
531
+ # operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
532
+ # The returned `Operation` type has the following method-specific fields:
533
+ #
534
+ # - `metadata`: An empty [Struct
535
+ # message](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#struct)
536
+ # - `response`: {::Google::Cloud::Dialogflow::CX::V3::ExportAgentResponse ExportAgentResponse}
530
537
  #
531
538
  # @overload export_agent(request, options = nil)
532
539
  # Pass arguments to `export_agent` via a request object, either of type
@@ -6,6 +6,7 @@ require 'google/protobuf'
6
6
  require 'google/api/field_behavior_pb'
7
7
  require 'google/api/resource_pb'
8
8
  require 'google/protobuf/duration_pb'
9
+ require 'google/protobuf/timestamp_pb'
9
10
  require 'google/api/annotations_pb'
10
11
  Google::Protobuf::DescriptorPool.generated_pool.build do
11
12
  add_file("google/cloud/dialogflow/cx/v3/audio_config.proto", :syntax => :proto3) do
@@ -529,8 +529,8 @@ module Google
529
529
  # @param flow [::Google::Cloud::Dialogflow::CX::V3::Flow, ::Hash]
530
530
  # Required. The flow to update.
531
531
  # @param update_mask [::Google::Protobuf::FieldMask, ::Hash]
532
- # Required. The mask to control which fields get updated. If `update_mask` is not
533
- # specified, an error will be returned.
532
+ # The mask to control which fields get updated. If the mask is not present,
533
+ # all fields will be updated.
534
534
  # @param language_code [::String]
535
535
  # The language of the following fields in `flow`:
536
536
  #
@@ -46,6 +46,12 @@ module Google
46
46
  # Updates the specified test case.
47
47
  rpc :UpdateTestCase, ::Google::Cloud::Dialogflow::CX::V3::UpdateTestCaseRequest, ::Google::Cloud::Dialogflow::CX::V3::TestCase
48
48
  # Kicks off a test case run.
49
+ # This method is a [long-running
50
+ # operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
51
+ # The returned `Operation` type has the following method-specific fields:
52
+ #
53
+ # - `metadata`: [RunTestCaseMetadata][google.cloud.dialogflow.cx.v3.RunTestCaseMetadata]
54
+ # - `response`: [RunTestCaseResponse][google.cloud.dialogflow.cx.v3.RunTestCaseResponse]
49
55
  rpc :RunTestCase, ::Google::Cloud::Dialogflow::CX::V3::RunTestCaseRequest, ::Google::Longrunning::Operation
50
56
  # Kicks off a batch run of test cases.
51
57
  rpc :BatchRunTestCases, ::Google::Cloud::Dialogflow::CX::V3::BatchRunTestCasesRequest, ::Google::Longrunning::Operation
@@ -528,6 +528,12 @@ module Google
528
528
 
529
529
  ##
530
530
  # Kicks off a test case run.
531
+ # This method is a [long-running
532
+ # operation](https://cloud.google.com/dialogflow/cx/docs/how/long-running-operation).
533
+ # The returned `Operation` type has the following method-specific fields:
534
+ #
535
+ # - `metadata`: {::Google::Cloud::Dialogflow::CX::V3::RunTestCaseMetadata RunTestCaseMetadata}
536
+ # - `response`: {::Google::Cloud::Dialogflow::CX::V3::RunTestCaseResponse RunTestCaseResponse}
531
537
  #
532
538
  # @overload run_test_case(request, options = nil)
533
539
  # Pass arguments to `run_test_case` via a request object, either of type
@@ -22,7 +22,7 @@ module Google
22
22
  module Dialogflow
23
23
  module CX
24
24
  module V3
25
- VERSION = "0.1.0"
25
+ VERSION = "0.1.1"
26
26
  end
27
27
  end
28
28
  end
@@ -274,8 +274,8 @@ module Google
274
274
  # Required. The flow to update.
275
275
  # @!attribute [rw] update_mask
276
276
  # @return [::Google::Protobuf::FieldMask]
277
- # Required. The mask to control which fields get updated. If `update_mask` is not
278
- # specified, an error will be returned.
277
+ # The mask to control which fields get updated. If the mask is not present,
278
+ # all fields will be updated.
279
279
  # @!attribute [rw] language_code
280
280
  # @return [::String]
281
281
  # The language of the following fields in `flow`:
@@ -146,7 +146,7 @@ module Google
146
146
  # @return [::Google::Protobuf::Struct]
147
147
  # Required. Input only. The diagnostic
148
148
  # [info][Session.DetectIntentResponse.QueryResult.diagnostic_info]
149
- # output for the turn.
149
+ # output for the turn. Required to calculate the testing coverage.
150
150
  # @!attribute [rw] triggered_intent
151
151
  # @return [::Google::Cloud::Dialogflow::CX::V3::Intent]
152
152
  # The {::Google::Cloud::Dialogflow::CX::V3::Intent Intent} that triggered the response. Only name and displayName
@@ -494,6 +494,7 @@ module Google
494
494
  end
495
495
 
496
496
  # Metadata returned for the {::Google::Cloud::Dialogflow::CX::V3::TestCases::Client#run_test_case TestCases.RunTestCase} long running operation.
497
+ # This message currently has no fields.
497
498
  class RunTestCaseMetadata
498
499
  include ::Google::Protobuf::MessageExts
499
500
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dialogflow-cx-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-08-23 00:00:00.000000000 Z
11
+ date: 2021-08-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -160,9 +160,11 @@ description: Dialogflow is an end-to-end, build-once deploy-everywhere developme
160
160
  suite for creating conversational interfaces for websites, mobile applications,
161
161
  popular messaging platforms, and IoT devices. You can use it to build interfaces
162
162
  (such as chatbots and conversational IVR) that enable natural and rich interactions
163
- between your users and your business. Note that google-cloud-dialogflow-cx-v3 is
164
- a version-specific client library. For most uses, we recommend installing the main
165
- client library google-cloud-dialogflow-cx instead. See the readme for more details.
163
+ between your users and your business. This client is for Dialogflow CX, providing
164
+ an advanced agent type suitable for large or very complex agents. Note that google-cloud-dialogflow-cx-v3
165
+ is a version-specific client library. For most uses, we recommend installing the
166
+ main client library google-cloud-dialogflow-cx instead. See the readme for more
167
+ details.
166
168
  email: googleapis-packages@google.com
167
169
  executables: []
168
170
  extensions: []