google-cloud-dialogflow-v2 0.6.2 → 0.8.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/LICENSE.md +188 -190
- data/README.md +70 -2
- data/lib/google/cloud/dialogflow/v2.rb +13 -2
- data/lib/google/cloud/dialogflow/v2/agent_services_pb.rb +25 -40
- data/lib/google/cloud/dialogflow/v2/agents.rb +1 -28
- data/lib/google/cloud/dialogflow/v2/agents/client.rb +41 -100
- data/lib/google/cloud/dialogflow/v2/agents/operations.rb +96 -11
- data/lib/google/cloud/dialogflow/v2/agents/paths.rb +42 -3
- data/lib/google/cloud/dialogflow/v2/answer_record_pb.rb +100 -0
- data/lib/google/cloud/dialogflow/v2/answer_record_services_pb.rb +48 -0
- data/lib/google/cloud/dialogflow/v2/answer_records.rb +49 -0
- data/lib/google/cloud/dialogflow/v2/answer_records/client.rb +478 -0
- data/lib/google/cloud/dialogflow/v2/answer_records/credentials.rb +52 -0
- data/lib/google/cloud/dialogflow/v2/answer_records/paths.rb +105 -0
- data/lib/google/cloud/dialogflow/v2/audio_config_pb.rb +7 -0
- data/lib/google/cloud/dialogflow/v2/context_services_pb.rb +8 -25
- data/lib/google/cloud/dialogflow/v2/contexts.rb +1 -18
- data/lib/google/cloud/dialogflow/v2/contexts/client.rb +24 -63
- data/lib/google/cloud/dialogflow/v2/contexts/paths.rb +74 -2
- data/lib/google/cloud/dialogflow/v2/conversation_event_pb.rb +39 -0
- data/lib/google/cloud/dialogflow/v2/conversation_pb.rb +89 -0
- data/lib/google/cloud/dialogflow/v2/conversation_profile_pb.rb +182 -0
- data/lib/google/cloud/dialogflow/v2/conversation_profile_services_pb.rb +61 -0
- data/lib/google/cloud/dialogflow/v2/conversation_profiles.rb +49 -0
- data/lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb +699 -0
- data/lib/google/cloud/dialogflow/v2/conversation_profiles/credentials.rb +52 -0
- data/lib/google/cloud/dialogflow/v2/conversation_profiles/paths.rb +246 -0
- data/lib/google/cloud/dialogflow/v2/conversation_services_pb.rb +75 -0
- data/lib/google/cloud/dialogflow/v2/conversations.rb +49 -0
- data/lib/google/cloud/dialogflow/v2/conversations/client.rb +757 -0
- data/lib/google/cloud/dialogflow/v2/conversations/credentials.rb +52 -0
- data/lib/google/cloud/dialogflow/v2/conversations/paths.rb +146 -0
- data/lib/google/cloud/dialogflow/v2/document_pb.rb +99 -0
- data/lib/google/cloud/dialogflow/v2/document_services_pb.rb +73 -0
- data/lib/google/cloud/dialogflow/v2/documents.rb +50 -0
- data/lib/google/cloud/dialogflow/v2/documents/client.rb +810 -0
- data/lib/google/cloud/dialogflow/v2/documents/credentials.rb +52 -0
- data/lib/google/cloud/dialogflow/v2/documents/operations.rb +655 -0
- data/lib/google/cloud/dialogflow/v2/documents/paths.rb +119 -0
- data/lib/google/cloud/dialogflow/v2/entity_type_services_pb.rb +12 -39
- data/lib/google/cloud/dialogflow/v2/entity_types.rb +1 -28
- data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +28 -91
- data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +96 -11
- data/lib/google/cloud/dialogflow/v2/entity_types/paths.rb +58 -12
- data/lib/google/cloud/dialogflow/v2/environment_pb.rb +50 -1
- data/lib/google/cloud/dialogflow/v2/environment_services_pb.rb +24 -3
- data/lib/google/cloud/dialogflow/v2/environments.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/environments/client.rb +430 -14
- data/lib/google/cloud/dialogflow/v2/environments/paths.rb +104 -5
- data/lib/google/cloud/dialogflow/v2/fulfillment_pb.rb +59 -0
- data/lib/google/cloud/dialogflow/v2/fulfillment_services_pb.rb +47 -0
- data/lib/google/cloud/dialogflow/v2/fulfillments.rb +49 -0
- data/lib/google/cloud/dialogflow/v2/fulfillments/client.rb +460 -0
- data/lib/google/cloud/dialogflow/v2/fulfillments/credentials.rb +52 -0
- data/lib/google/cloud/dialogflow/v2/fulfillments/paths.rb +69 -0
- data/lib/google/cloud/dialogflow/v2/gcs_pb.rb +20 -0
- data/lib/google/cloud/dialogflow/v2/human_agent_assistant_event_pb.rb +26 -0
- data/lib/google/cloud/dialogflow/v2/intent_pb.rb +2 -0
- data/lib/google/cloud/dialogflow/v2/intent_services_pb.rb +9 -40
- data/lib/google/cloud/dialogflow/v2/intents.rb +1 -32
- data/lib/google/cloud/dialogflow/v2/intents/client.rb +34 -81
- data/lib/google/cloud/dialogflow/v2/intents/operations.rb +96 -11
- data/lib/google/cloud/dialogflow/v2/intents/paths.rb +97 -13
- data/lib/google/cloud/dialogflow/v2/knowledge_base_pb.rb +60 -0
- data/lib/google/cloud/dialogflow/v2/knowledge_base_services_pb.rb +53 -0
- data/lib/google/cloud/dialogflow/v2/knowledge_bases.rb +49 -0
- data/lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb +696 -0
- data/lib/google/cloud/dialogflow/v2/knowledge_bases/credentials.rb +52 -0
- data/lib/google/cloud/dialogflow/v2/knowledge_bases/paths.rb +105 -0
- data/lib/google/cloud/dialogflow/v2/participant_pb.rb +172 -0
- data/lib/google/cloud/dialogflow/v2/participant_services_pb.rb +64 -0
- data/lib/google/cloud/dialogflow/v2/participants.rb +49 -0
- data/lib/google/cloud/dialogflow/v2/participants/client.rb +894 -0
- data/lib/google/cloud/dialogflow/v2/participants/credentials.rb +52 -0
- data/lib/google/cloud/dialogflow/v2/participants/paths.rb +334 -0
- data/lib/google/cloud/dialogflow/v2/session_entity_type_services_pb.rb +7 -23
- data/lib/google/cloud/dialogflow/v2/session_entity_types.rb +1 -17
- data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +23 -53
- data/lib/google/cloud/dialogflow/v2/session_entity_types/paths.rb +74 -2
- data/lib/google/cloud/dialogflow/v2/session_pb.rb +1 -0
- data/lib/google/cloud/dialogflow/v2/session_services_pb.rb +15 -7
- data/lib/google/cloud/dialogflow/v2/sessions.rb +4 -4
- data/lib/google/cloud/dialogflow/v2/sessions/client.rb +51 -15
- data/lib/google/cloud/dialogflow/v2/sessions/paths.rb +113 -3
- data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
- data/lib/google/cloud/dialogflow/v2/version_pb.rb +69 -0
- data/lib/google/cloud/dialogflow/v2/version_services_pb.rb +59 -0
- data/lib/google/cloud/dialogflow/v2/versions.rb +49 -0
- data/lib/google/cloud/dialogflow/v2/versions/client.rb +709 -0
- data/lib/google/cloud/dialogflow/v2/versions/credentials.rb +52 -0
- data/lib/google/cloud/dialogflow/v2/versions/paths.rb +110 -0
- data/proto_docs/google/api/field_behavior.rb +6 -0
- data/proto_docs/google/api/resource.rb +50 -14
- data/proto_docs/google/cloud/dialogflow/v2/agent.rb +9 -1
- data/proto_docs/google/cloud/dialogflow/v2/answer_record.rb +252 -0
- data/proto_docs/google/cloud/dialogflow/v2/audio_config.rb +25 -0
- data/proto_docs/google/cloud/dialogflow/v2/context.rb +17 -2
- data/proto_docs/google/cloud/dialogflow/v2/conversation.rb +253 -0
- data/proto_docs/google/cloud/dialogflow/v2/conversation_event.rb +83 -0
- data/proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb +522 -0
- data/proto_docs/google/cloud/dialogflow/v2/document.rb +267 -0
- data/proto_docs/google/cloud/dialogflow/v2/entity_type.rb +12 -3
- data/proto_docs/google/cloud/dialogflow/v2/environment.rb +187 -5
- data/proto_docs/google/cloud/dialogflow/v2/fulfillment.rb +144 -0
- data/proto_docs/google/cloud/dialogflow/v2/human_agent_assistant_event.rb +45 -0
- data/proto_docs/google/cloud/dialogflow/v2/intent.rb +29 -4
- data/proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb +139 -0
- data/proto_docs/google/cloud/dialogflow/v2/participant.rb +503 -0
- data/proto_docs/google/cloud/dialogflow/v2/session.rb +52 -7
- data/proto_docs/google/cloud/dialogflow/v2/session_entity_type.rb +7 -6
- data/proto_docs/google/cloud/dialogflow/v2/validation_result.rb +1 -1
- data/proto_docs/google/cloud/dialogflow/v2/version.rb +176 -0
- data/proto_docs/google/cloud/dialogflow/v2/webhook.rb +2 -2
- data/proto_docs/google/longrunning/operations.rb +17 -3
- data/proto_docs/google/protobuf/any.rb +5 -2
- data/proto_docs/google/protobuf/timestamp.rb +10 -1
- data/proto_docs/google/type/latlng.rb +2 -2
- metadata +73 -9
@@ -18,11 +18,19 @@
|
|
18
18
|
|
19
19
|
require "google/cloud/dialogflow/v2/agents"
|
20
20
|
require "google/cloud/dialogflow/v2/contexts"
|
21
|
-
require "google/cloud/dialogflow/v2/entity_types"
|
22
|
-
require "google/cloud/dialogflow/v2/environments"
|
23
21
|
require "google/cloud/dialogflow/v2/intents"
|
22
|
+
require "google/cloud/dialogflow/v2/entity_types"
|
24
23
|
require "google/cloud/dialogflow/v2/session_entity_types"
|
25
24
|
require "google/cloud/dialogflow/v2/sessions"
|
25
|
+
require "google/cloud/dialogflow/v2/participants"
|
26
|
+
require "google/cloud/dialogflow/v2/answer_records"
|
27
|
+
require "google/cloud/dialogflow/v2/conversations"
|
28
|
+
require "google/cloud/dialogflow/v2/conversation_profiles"
|
29
|
+
require "google/cloud/dialogflow/v2/documents"
|
30
|
+
require "google/cloud/dialogflow/v2/fulfillments"
|
31
|
+
require "google/cloud/dialogflow/v2/environments"
|
32
|
+
require "google/cloud/dialogflow/v2/knowledge_bases"
|
33
|
+
require "google/cloud/dialogflow/v2/versions"
|
26
34
|
require "google/cloud/dialogflow/v2/version"
|
27
35
|
|
28
36
|
module Google
|
@@ -39,3 +47,6 @@ module Google
|
|
39
47
|
end
|
40
48
|
end
|
41
49
|
end
|
50
|
+
|
51
|
+
helper_path = ::File.join __dir__, "v2", "_helpers.rb"
|
52
|
+
require "google/cloud/dialogflow/v2/_helpers" if ::File.file? helper_path
|
@@ -24,48 +24,21 @@ module Google
|
|
24
24
|
module Dialogflow
|
25
25
|
module V2
|
26
26
|
module Agents
|
27
|
-
#
|
28
|
-
# that transform user requests into actionable data. You can include agents
|
29
|
-
# in your app, product, or service to determine user intent and respond to the
|
30
|
-
# user in a natural way.
|
31
|
-
#
|
32
|
-
# After you create an agent, you can add [Intents][google.cloud.dialogflow.v2.Intents], [Contexts][google.cloud.dialogflow.v2.Contexts],
|
33
|
-
# [Entity Types][google.cloud.dialogflow.v2.EntityTypes], [Webhooks][google.cloud.dialogflow.v2.WebhookRequest], and so on to
|
34
|
-
# manage the flow of a conversation and match user input to predefined intents
|
35
|
-
# and actions.
|
36
|
-
#
|
37
|
-
# You can create an agent using both Dialogflow Standard Edition and
|
38
|
-
# Dialogflow Enterprise Edition. For details, see
|
39
|
-
# [Dialogflow
|
40
|
-
# Editions](https://cloud.google.com/dialogflow/docs/editions).
|
41
|
-
#
|
42
|
-
# You can save your agent for backup or versioning by exporting the agent by
|
43
|
-
# using the [ExportAgent][google.cloud.dialogflow.v2.Agents.ExportAgent] method. You can import a saved
|
44
|
-
# agent by using the [ImportAgent][google.cloud.dialogflow.v2.Agents.ImportAgent] method.
|
45
|
-
#
|
46
|
-
# Dialogflow provides several
|
47
|
-
# [prebuilt
|
48
|
-
# agents](https://cloud.google.com/dialogflow/docs/agents-prebuilt)
|
49
|
-
# for common conversation scenarios such as determining a date and time,
|
50
|
-
# converting currency, and so on.
|
51
|
-
#
|
52
|
-
# For more information about agents, see the
|
53
|
-
# [Dialogflow
|
54
|
-
# documentation](https://cloud.google.com/dialogflow/docs/agents-overview).
|
27
|
+
# Service for managing [Agents][google.cloud.dialogflow.v2.Agent].
|
55
28
|
class Service
|
56
29
|
|
57
|
-
include GRPC::GenericService
|
30
|
+
include ::GRPC::GenericService
|
58
31
|
|
59
32
|
self.marshal_class_method = :encode
|
60
33
|
self.unmarshal_class_method = :decode
|
61
34
|
self.service_name = 'google.cloud.dialogflow.v2.Agents'
|
62
35
|
|
63
36
|
# Retrieves the specified agent.
|
64
|
-
rpc :GetAgent, GetAgentRequest, Agent
|
37
|
+
rpc :GetAgent, ::Google::Cloud::Dialogflow::V2::GetAgentRequest, ::Google::Cloud::Dialogflow::V2::Agent
|
65
38
|
# Creates/updates the specified agent.
|
66
|
-
rpc :SetAgent, SetAgentRequest, Agent
|
39
|
+
rpc :SetAgent, ::Google::Cloud::Dialogflow::V2::SetAgentRequest, ::Google::Cloud::Dialogflow::V2::Agent
|
67
40
|
# Deletes the specified agent.
|
68
|
-
rpc :DeleteAgent, DeleteAgentRequest, Google::Protobuf::Empty
|
41
|
+
rpc :DeleteAgent, ::Google::Cloud::Dialogflow::V2::DeleteAgentRequest, ::Google::Protobuf::Empty
|
69
42
|
# Returns the list of agents.
|
70
43
|
#
|
71
44
|
# Since there is at most one conversational agent per project, this method is
|
@@ -73,33 +46,45 @@ module Google
|
|
73
46
|
# access to. One can achieve that with a wildcard project collection id "-".
|
74
47
|
# Refer to [List
|
75
48
|
# Sub-Collections](https://cloud.google.com/apis/design/design_patterns#list_sub-collections).
|
76
|
-
rpc :SearchAgents, SearchAgentsRequest, SearchAgentsResponse
|
49
|
+
rpc :SearchAgents, ::Google::Cloud::Dialogflow::V2::SearchAgentsRequest, ::Google::Cloud::Dialogflow::V2::SearchAgentsResponse
|
77
50
|
# Trains the specified agent.
|
78
51
|
#
|
79
52
|
# Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
|
80
|
-
rpc :TrainAgent, TrainAgentRequest, Google::Longrunning::Operation
|
53
|
+
rpc :TrainAgent, ::Google::Cloud::Dialogflow::V2::TrainAgentRequest, ::Google::Longrunning::Operation
|
81
54
|
# Exports the specified agent to a ZIP file.
|
82
55
|
#
|
83
56
|
# Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]>
|
84
|
-
rpc :ExportAgent, ExportAgentRequest, Google::Longrunning::Operation
|
57
|
+
rpc :ExportAgent, ::Google::Cloud::Dialogflow::V2::ExportAgentRequest, ::Google::Longrunning::Operation
|
85
58
|
# Imports the specified agent from a ZIP file.
|
86
59
|
#
|
87
60
|
# Uploads new intents and entity types without deleting the existing ones.
|
88
61
|
# Intents and entity types with the same name are replaced with the new
|
89
|
-
# versions from ImportAgentRequest.
|
62
|
+
# versions from [ImportAgentRequest][google.cloud.dialogflow.v2.ImportAgentRequest]. After the import, the imported draft
|
63
|
+
# agent will be trained automatically (unless disabled in agent settings).
|
64
|
+
# However, once the import is done, training may not be completed yet. Please
|
65
|
+
# call [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it returns in order to train
|
66
|
+
# explicitly.
|
90
67
|
#
|
91
68
|
# Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
|
92
|
-
|
69
|
+
# An operation which tracks when importing is complete. It only tracks
|
70
|
+
# when the draft agent is updated not when it is done training.
|
71
|
+
rpc :ImportAgent, ::Google::Cloud::Dialogflow::V2::ImportAgentRequest, ::Google::Longrunning::Operation
|
93
72
|
# Restores the specified agent from a ZIP file.
|
94
73
|
#
|
95
74
|
# Replaces the current agent version with a new one. All the intents and
|
96
|
-
# entity types in the older version are deleted.
|
75
|
+
# entity types in the older version are deleted. After the restore, the
|
76
|
+
# restored draft agent will be trained automatically (unless disabled in
|
77
|
+
# agent settings). However, once the restore is done, training may not be
|
78
|
+
# completed yet. Please call [TrainAgent][google.cloud.dialogflow.v2.Agents.TrainAgent] and wait for the operation it
|
79
|
+
# returns in order to train explicitly.
|
97
80
|
#
|
98
81
|
# Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
|
99
|
-
|
82
|
+
# An operation which tracks when restoring is complete. It only tracks
|
83
|
+
# when the draft agent is updated not when it is done training.
|
84
|
+
rpc :RestoreAgent, ::Google::Cloud::Dialogflow::V2::RestoreAgentRequest, ::Google::Longrunning::Operation
|
100
85
|
# Gets agent validation result. Agent validation is performed during
|
101
86
|
# training time and is updated automatically when training is completed.
|
102
|
-
rpc :GetValidationResult, GetValidationResultRequest, ValidationResult
|
87
|
+
rpc :GetValidationResult, ::Google::Cloud::Dialogflow::V2::GetValidationResultRequest, ::Google::Cloud::Dialogflow::V2::ValidationResult
|
103
88
|
end
|
104
89
|
|
105
90
|
Stub = Service.rpc_stub_class
|
@@ -32,34 +32,7 @@ module Google
|
|
32
32
|
module Dialogflow
|
33
33
|
module V2
|
34
34
|
##
|
35
|
-
#
|
36
|
-
# that transform user requests into actionable data. You can include agents
|
37
|
-
# in your app, product, or service to determine user intent and respond to the
|
38
|
-
# user in a natural way.
|
39
|
-
#
|
40
|
-
# After you create an agent, you can add {::Google::Cloud::Dialogflow::V2::Intents::Client Intents}, {::Google::Cloud::Dialogflow::V2::Contexts::Client Contexts},
|
41
|
-
# {::Google::Cloud::Dialogflow::V2::EntityTypes::Client Entity Types}, {::Google::Cloud::Dialogflow::V2::WebhookRequest Webhooks}, and so on to
|
42
|
-
# manage the flow of a conversation and match user input to predefined intents
|
43
|
-
# and actions.
|
44
|
-
#
|
45
|
-
# You can create an agent using both Dialogflow Standard Edition and
|
46
|
-
# Dialogflow Enterprise Edition. For details, see
|
47
|
-
# [Dialogflow
|
48
|
-
# Editions](https://cloud.google.com/dialogflow/docs/editions).
|
49
|
-
#
|
50
|
-
# You can save your agent for backup or versioning by exporting the agent by
|
51
|
-
# using the {::Google::Cloud::Dialogflow::V2::Agents::Client#export_agent ExportAgent} method. You can import a saved
|
52
|
-
# agent by using the {::Google::Cloud::Dialogflow::V2::Agents::Client#import_agent ImportAgent} method.
|
53
|
-
#
|
54
|
-
# Dialogflow provides several
|
55
|
-
# [prebuilt
|
56
|
-
# agents](https://cloud.google.com/dialogflow/docs/agents-prebuilt)
|
57
|
-
# for common conversation scenarios such as determining a date and time,
|
58
|
-
# converting currency, and so on.
|
59
|
-
#
|
60
|
-
# For more information about agents, see the
|
61
|
-
# [Dialogflow
|
62
|
-
# documentation](https://cloud.google.com/dialogflow/docs/agents-overview).
|
35
|
+
# Service for managing {::Google::Cloud::Dialogflow::V2::Agent Agents}.
|
63
36
|
#
|
64
37
|
# To load this service and instantiate a client:
|
65
38
|
#
|
@@ -27,34 +27,7 @@ module Google
|
|
27
27
|
##
|
28
28
|
# Client for the Agents service.
|
29
29
|
#
|
30
|
-
#
|
31
|
-
# that transform user requests into actionable data. You can include agents
|
32
|
-
# in your app, product, or service to determine user intent and respond to the
|
33
|
-
# user in a natural way.
|
34
|
-
#
|
35
|
-
# After you create an agent, you can add {::Google::Cloud::Dialogflow::V2::Intents::Client Intents}, {::Google::Cloud::Dialogflow::V2::Contexts::Client Contexts},
|
36
|
-
# {::Google::Cloud::Dialogflow::V2::EntityTypes::Client Entity Types}, {::Google::Cloud::Dialogflow::V2::WebhookRequest Webhooks}, and so on to
|
37
|
-
# manage the flow of a conversation and match user input to predefined intents
|
38
|
-
# and actions.
|
39
|
-
#
|
40
|
-
# You can create an agent using both Dialogflow Standard Edition and
|
41
|
-
# Dialogflow Enterprise Edition. For details, see
|
42
|
-
# [Dialogflow
|
43
|
-
# Editions](https://cloud.google.com/dialogflow/docs/editions).
|
44
|
-
#
|
45
|
-
# You can save your agent for backup or versioning by exporting the agent by
|
46
|
-
# using the {::Google::Cloud::Dialogflow::V2::Agents::Client#export_agent ExportAgent} method. You can import a saved
|
47
|
-
# agent by using the {::Google::Cloud::Dialogflow::V2::Agents::Client#import_agent ImportAgent} method.
|
48
|
-
#
|
49
|
-
# Dialogflow provides several
|
50
|
-
# [prebuilt
|
51
|
-
# agents](https://cloud.google.com/dialogflow/docs/agents-prebuilt)
|
52
|
-
# for common conversation scenarios such as determining a date and time,
|
53
|
-
# converting currency, and so on.
|
54
|
-
#
|
55
|
-
# For more information about agents, see the
|
56
|
-
# [Dialogflow
|
57
|
-
# documentation](https://cloud.google.com/dialogflow/docs/agents-overview).
|
30
|
+
# Service for managing {::Google::Cloud::Dialogflow::V2::Agent Agents}.
|
58
31
|
#
|
59
32
|
class Client
|
60
33
|
include Paths
|
@@ -87,67 +60,17 @@ module Google
|
|
87
60
|
parent_config = while namespace.any?
|
88
61
|
parent_name = namespace.join "::"
|
89
62
|
parent_const = const_get parent_name
|
90
|
-
break parent_const.configure if parent_const
|
63
|
+
break parent_const.configure if parent_const.respond_to? :configure
|
91
64
|
namespace.pop
|
92
65
|
end
|
93
66
|
default_config = Client::Configuration.new parent_config
|
94
67
|
|
95
|
-
default_config.
|
96
|
-
default_config.
|
97
|
-
initial_delay: 0.1,
|
98
|
-
max_delay: 60.0,
|
99
|
-
multiplier: 1.3,
|
100
|
-
retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
|
101
|
-
}
|
102
|
-
|
103
|
-
default_config.rpcs.set_agent.timeout = 60.0
|
104
|
-
default_config.rpcs.set_agent.retry_policy = {
|
105
|
-
initial_delay: 0.1,
|
106
|
-
max_delay: 60.0,
|
107
|
-
multiplier: 1.3,
|
108
|
-
retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
|
109
|
-
}
|
110
|
-
|
111
|
-
default_config.rpcs.delete_agent.timeout = 60.0
|
112
|
-
default_config.rpcs.delete_agent.retry_policy = {
|
113
|
-
initial_delay: 0.1,
|
114
|
-
max_delay: 60.0,
|
115
|
-
multiplier: 1.3,
|
116
|
-
retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
|
117
|
-
}
|
118
|
-
|
119
|
-
default_config.rpcs.search_agents.timeout = 60.0
|
120
|
-
default_config.rpcs.search_agents.retry_policy = {
|
121
|
-
initial_delay: 0.1,
|
122
|
-
max_delay: 60.0,
|
123
|
-
multiplier: 1.3,
|
124
|
-
retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
|
125
|
-
}
|
126
|
-
|
127
|
-
default_config.rpcs.train_agent.timeout = 60.0
|
128
|
-
default_config.rpcs.train_agent.retry_policy = {
|
129
|
-
initial_delay: 0.1,
|
130
|
-
max_delay: 60.0,
|
131
|
-
multiplier: 1.3,
|
132
|
-
retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
|
133
|
-
}
|
134
|
-
|
135
|
-
default_config.rpcs.export_agent.timeout = 60.0
|
136
|
-
default_config.rpcs.export_agent.retry_policy = {
|
137
|
-
initial_delay: 0.1,
|
138
|
-
max_delay: 60.0,
|
139
|
-
multiplier: 1.3,
|
140
|
-
retry_codes: ["UNAVAILABLE", "DEADLINE_EXCEEDED"]
|
141
|
-
}
|
142
|
-
|
143
|
-
default_config.rpcs.import_agent.timeout = 60.0
|
144
|
-
|
145
|
-
default_config.rpcs.restore_agent.timeout = 60.0
|
146
|
-
default_config.rpcs.restore_agent.retry_policy = {
|
68
|
+
default_config.timeout = 60.0
|
69
|
+
default_config.retry_policy = {
|
147
70
|
initial_delay: 0.1,
|
148
|
-
max_delay:
|
149
|
-
multiplier:
|
150
|
-
retry_codes:
|
71
|
+
max_delay: 60.0,
|
72
|
+
multiplier: 1.3,
|
73
|
+
retry_codes: [14]
|
151
74
|
}
|
152
75
|
|
153
76
|
default_config
|
@@ -211,7 +134,13 @@ module Google
|
|
211
134
|
|
212
135
|
# Create credentials
|
213
136
|
credentials = @config.credentials
|
214
|
-
|
137
|
+
# Use self-signed JWT if the scope and endpoint are unchanged from default,
|
138
|
+
# but only if the default endpoint does not have a region prefix.
|
139
|
+
enable_self_signed_jwt = @config.scope == Client.configure.scope &&
|
140
|
+
@config.endpoint == Client.configure.endpoint &&
|
141
|
+
!@config.endpoint.split(".").first.include?("-")
|
142
|
+
credentials ||= Credentials.default scope: @config.scope,
|
143
|
+
enable_self_signed_jwt: enable_self_signed_jwt
|
215
144
|
if credentials.is_a?(String) || credentials.is_a?(Hash)
|
216
145
|
credentials = Credentials.new credentials, scope: @config.scope
|
217
146
|
end
|
@@ -672,9 +601,15 @@ module Google
|
|
672
601
|
#
|
673
602
|
# Uploads new intents and entity types without deleting the existing ones.
|
674
603
|
# Intents and entity types with the same name are replaced with the new
|
675
|
-
# versions from ImportAgentRequest.
|
604
|
+
# versions from {::Google::Cloud::Dialogflow::V2::ImportAgentRequest ImportAgentRequest}. After the import, the imported draft
|
605
|
+
# agent will be trained automatically (unless disabled in agent settings).
|
606
|
+
# However, once the import is done, training may not be completed yet. Please
|
607
|
+
# call {::Google::Cloud::Dialogflow::V2::Agents::Client#train_agent TrainAgent} and wait for the operation it returns in order to train
|
608
|
+
# explicitly.
|
676
609
|
#
|
677
610
|
# Operation <response: {::Google::Protobuf::Empty google.protobuf.Empty}>
|
611
|
+
# An operation which tracks when importing is complete. It only tracks
|
612
|
+
# when the draft agent is updated not when it is done training.
|
678
613
|
#
|
679
614
|
# @overload import_agent(request, options = nil)
|
680
615
|
# Pass arguments to `import_agent` via a request object, either of type
|
@@ -750,9 +685,15 @@ module Google
|
|
750
685
|
# Restores the specified agent from a ZIP file.
|
751
686
|
#
|
752
687
|
# Replaces the current agent version with a new one. All the intents and
|
753
|
-
# entity types in the older version are deleted.
|
688
|
+
# entity types in the older version are deleted. After the restore, the
|
689
|
+
# restored draft agent will be trained automatically (unless disabled in
|
690
|
+
# agent settings). However, once the restore is done, training may not be
|
691
|
+
# completed yet. Please call {::Google::Cloud::Dialogflow::V2::Agents::Client#train_agent TrainAgent} and wait for the operation it
|
692
|
+
# returns in order to train explicitly.
|
754
693
|
#
|
755
694
|
# Operation <response: {::Google::Protobuf::Empty google.protobuf.Empty}>
|
695
|
+
# An operation which tracks when restoring is complete. It only tracks
|
696
|
+
# when the draft agent is updated not when it is done training.
|
756
697
|
#
|
757
698
|
# @overload restore_agent(request, options = nil)
|
758
699
|
# Pass arguments to `restore_agent` via a request object, either of type
|
@@ -983,14 +924,14 @@ module Google
|
|
983
924
|
|
984
925
|
config_attr :endpoint, "dialogflow.googleapis.com", ::String
|
985
926
|
config_attr :credentials, nil do |value|
|
986
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
927
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
987
928
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
988
929
|
allowed.any? { |klass| klass === value }
|
989
930
|
end
|
990
931
|
config_attr :scope, nil, ::String, ::Array, nil
|
991
932
|
config_attr :lib_name, nil, ::String, nil
|
992
933
|
config_attr :lib_version, nil, ::String, nil
|
993
|
-
config_attr(:channel_args, { "grpc.service_config_disable_resolution"=>1 }, ::Hash, nil)
|
934
|
+
config_attr(:channel_args, { "grpc.service_config_disable_resolution" => 1 }, ::Hash, nil)
|
994
935
|
config_attr :interceptors, nil, ::Array, nil
|
995
936
|
config_attr :timeout, nil, ::Numeric, nil
|
996
937
|
config_attr :metadata, nil, ::Hash, nil
|
@@ -1011,7 +952,7 @@ module Google
|
|
1011
952
|
def rpcs
|
1012
953
|
@rpcs ||= begin
|
1013
954
|
parent_rpcs = nil
|
1014
|
-
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config
|
955
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
1015
956
|
Rpcs.new parent_rpcs
|
1016
957
|
end
|
1017
958
|
end
|
@@ -1023,7 +964,7 @@ module Google
|
|
1023
964
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
1024
965
|
# the following configuration fields:
|
1025
966
|
#
|
1026
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
967
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
1027
968
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
1028
969
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
1029
970
|
# include the following keys:
|
@@ -1082,23 +1023,23 @@ module Google
|
|
1082
1023
|
|
1083
1024
|
# @private
|
1084
1025
|
def initialize parent_rpcs = nil
|
1085
|
-
get_agent_config = parent_rpcs
|
1026
|
+
get_agent_config = parent_rpcs.get_agent if parent_rpcs.respond_to? :get_agent
|
1086
1027
|
@get_agent = ::Gapic::Config::Method.new get_agent_config
|
1087
|
-
set_agent_config = parent_rpcs
|
1028
|
+
set_agent_config = parent_rpcs.set_agent if parent_rpcs.respond_to? :set_agent
|
1088
1029
|
@set_agent = ::Gapic::Config::Method.new set_agent_config
|
1089
|
-
delete_agent_config = parent_rpcs
|
1030
|
+
delete_agent_config = parent_rpcs.delete_agent if parent_rpcs.respond_to? :delete_agent
|
1090
1031
|
@delete_agent = ::Gapic::Config::Method.new delete_agent_config
|
1091
|
-
search_agents_config = parent_rpcs
|
1032
|
+
search_agents_config = parent_rpcs.search_agents if parent_rpcs.respond_to? :search_agents
|
1092
1033
|
@search_agents = ::Gapic::Config::Method.new search_agents_config
|
1093
|
-
train_agent_config = parent_rpcs
|
1034
|
+
train_agent_config = parent_rpcs.train_agent if parent_rpcs.respond_to? :train_agent
|
1094
1035
|
@train_agent = ::Gapic::Config::Method.new train_agent_config
|
1095
|
-
export_agent_config = parent_rpcs
|
1036
|
+
export_agent_config = parent_rpcs.export_agent if parent_rpcs.respond_to? :export_agent
|
1096
1037
|
@export_agent = ::Gapic::Config::Method.new export_agent_config
|
1097
|
-
import_agent_config = parent_rpcs
|
1038
|
+
import_agent_config = parent_rpcs.import_agent if parent_rpcs.respond_to? :import_agent
|
1098
1039
|
@import_agent = ::Gapic::Config::Method.new import_agent_config
|
1099
|
-
restore_agent_config = parent_rpcs
|
1040
|
+
restore_agent_config = parent_rpcs.restore_agent if parent_rpcs.respond_to? :restore_agent
|
1100
1041
|
@restore_agent = ::Gapic::Config::Method.new restore_agent_config
|
1101
|
-
get_validation_result_config = parent_rpcs
|
1042
|
+
get_validation_result_config = parent_rpcs.get_validation_result if parent_rpcs.respond_to? :get_validation_result
|
1102
1043
|
@get_validation_result = ::Gapic::Config::Method.new get_validation_result_config
|
1103
1044
|
|
1104
1045
|
yield self if block_given?
|
@@ -103,8 +103,13 @@ module Google
|
|
103
103
|
# Lists operations that match the specified filter in the request. If the
|
104
104
|
# server doesn't support this method, it returns `UNIMPLEMENTED`.
|
105
105
|
#
|
106
|
-
# NOTE: the `name` binding
|
107
|
-
# to use different resource name schemes, such as `users/*/operations`.
|
106
|
+
# NOTE: the `name` binding allows API services to override the binding
|
107
|
+
# to use different resource name schemes, such as `users/*/operations`. To
|
108
|
+
# override the binding, API services can add a binding such as
|
109
|
+
# `"/v1/{name=users/*}/operations"` to their service configuration.
|
110
|
+
# For backwards compatibility, the default name includes the operations
|
111
|
+
# collection id, however overriding users must ensure the name binding
|
112
|
+
# is the parent resource, without the operations collection id.
|
108
113
|
#
|
109
114
|
# @overload list_operations(request, options = nil)
|
110
115
|
# Pass arguments to `list_operations` via a request object, either of type
|
@@ -122,7 +127,7 @@ module Google
|
|
122
127
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
123
128
|
#
|
124
129
|
# @param name [::String]
|
125
|
-
# The name of the operation
|
130
|
+
# The name of the operation's parent resource.
|
126
131
|
# @param filter [::String]
|
127
132
|
# The standard list filter.
|
128
133
|
# @param page_size [::Integer]
|
@@ -390,6 +395,79 @@ module Google
|
|
390
395
|
raise ::Google::Cloud::Error.from_error(e)
|
391
396
|
end
|
392
397
|
|
398
|
+
##
|
399
|
+
# Waits for the specified long-running operation until it is done or reaches
|
400
|
+
# at most a specified timeout, returning the latest state. If the operation
|
401
|
+
# is already done, the latest state is immediately returned. If the timeout
|
402
|
+
# specified is greater than the default HTTP/RPC timeout, the HTTP/RPC
|
403
|
+
# timeout is used. If the server does not support this method, it returns
|
404
|
+
# `google.rpc.Code.UNIMPLEMENTED`.
|
405
|
+
# Note that this method is on a best-effort basis. It may return the latest
|
406
|
+
# state before the specified timeout (including immediately), meaning even an
|
407
|
+
# immediate response is no guarantee that the operation is done.
|
408
|
+
#
|
409
|
+
# @overload wait_operation(request, options = nil)
|
410
|
+
# Pass arguments to `wait_operation` via a request object, either of type
|
411
|
+
# {::Google::Longrunning::WaitOperationRequest} or an equivalent Hash.
|
412
|
+
#
|
413
|
+
# @param request [::Google::Longrunning::WaitOperationRequest, ::Hash]
|
414
|
+
# A request object representing the call parameters. Required. To specify no
|
415
|
+
# parameters, or to keep all the default parameter values, pass an empty Hash.
|
416
|
+
# @param options [::Gapic::CallOptions, ::Hash]
|
417
|
+
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
418
|
+
#
|
419
|
+
# @overload wait_operation(name: nil, timeout: nil)
|
420
|
+
# Pass arguments to `wait_operation` via keyword arguments. Note that at
|
421
|
+
# least one keyword argument is required. To specify no parameters, or to keep all
|
422
|
+
# the default parameter values, pass an empty Hash as a request object (see above).
|
423
|
+
#
|
424
|
+
# @param name [::String]
|
425
|
+
# The name of the operation resource to wait on.
|
426
|
+
# @param timeout [::Google::Protobuf::Duration, ::Hash]
|
427
|
+
# The maximum duration to wait before timing out. If left blank, the wait
|
428
|
+
# will be at most the time permitted by the underlying HTTP/RPC protocol.
|
429
|
+
# If RPC context deadline is also specified, the shorter one will be used.
|
430
|
+
#
|
431
|
+
# @yield [response, operation] Access the result along with the RPC operation
|
432
|
+
# @yieldparam response [::Gapic::Operation]
|
433
|
+
# @yieldparam operation [::GRPC::ActiveCall::Operation]
|
434
|
+
#
|
435
|
+
# @return [::Gapic::Operation]
|
436
|
+
#
|
437
|
+
# @raise [::Google::Cloud::Error] if the RPC is aborted.
|
438
|
+
#
|
439
|
+
def wait_operation request, options = nil
|
440
|
+
raise ::ArgumentError, "request must be provided" if request.nil?
|
441
|
+
|
442
|
+
request = ::Gapic::Protobuf.coerce request, to: ::Google::Longrunning::WaitOperationRequest
|
443
|
+
|
444
|
+
# Converts hash and nil to an options object
|
445
|
+
options = ::Gapic::CallOptions.new(**options.to_h) if options.respond_to? :to_h
|
446
|
+
|
447
|
+
# Customize the options with defaults
|
448
|
+
metadata = @config.rpcs.wait_operation.metadata.to_h
|
449
|
+
|
450
|
+
# Set x-goog-api-client and x-goog-user-project headers
|
451
|
+
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
452
|
+
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
453
|
+
gapic_version: ::Google::Cloud::Dialogflow::V2::VERSION
|
454
|
+
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
455
|
+
|
456
|
+
options.apply_defaults timeout: @config.rpcs.wait_operation.timeout,
|
457
|
+
metadata: metadata,
|
458
|
+
retry_policy: @config.rpcs.wait_operation.retry_policy
|
459
|
+
options.apply_defaults metadata: @config.metadata,
|
460
|
+
retry_policy: @config.retry_policy
|
461
|
+
|
462
|
+
@operations_stub.call_rpc :wait_operation, request, options: options do |response, operation|
|
463
|
+
response = ::Gapic::Operation.new response, @operations_client, options: options
|
464
|
+
yield response, operation if block_given?
|
465
|
+
return response
|
466
|
+
end
|
467
|
+
rescue ::GRPC::BadStatus => e
|
468
|
+
raise ::Google::Cloud::Error.from_error(e)
|
469
|
+
end
|
470
|
+
|
393
471
|
##
|
394
472
|
# Configuration class for the Operations API.
|
395
473
|
#
|
@@ -475,14 +553,14 @@ module Google
|
|
475
553
|
|
476
554
|
config_attr :endpoint, "dialogflow.googleapis.com", ::String
|
477
555
|
config_attr :credentials, nil do |value|
|
478
|
-
allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
556
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
479
557
|
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
480
558
|
allowed.any? { |klass| klass === value }
|
481
559
|
end
|
482
560
|
config_attr :scope, nil, ::String, ::Array, nil
|
483
561
|
config_attr :lib_name, nil, ::String, nil
|
484
562
|
config_attr :lib_version, nil, ::String, nil
|
485
|
-
config_attr(:channel_args, { "grpc.service_config_disable_resolution"=>1 }, ::Hash, nil)
|
563
|
+
config_attr(:channel_args, { "grpc.service_config_disable_resolution" => 1 }, ::Hash, nil)
|
486
564
|
config_attr :interceptors, nil, ::Array, nil
|
487
565
|
config_attr :timeout, nil, ::Numeric, nil
|
488
566
|
config_attr :metadata, nil, ::Hash, nil
|
@@ -503,7 +581,7 @@ module Google
|
|
503
581
|
def rpcs
|
504
582
|
@rpcs ||= begin
|
505
583
|
parent_rpcs = nil
|
506
|
-
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config
|
584
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
|
507
585
|
Rpcs.new parent_rpcs
|
508
586
|
end
|
509
587
|
end
|
@@ -515,7 +593,7 @@ module Google
|
|
515
593
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
516
594
|
# the following configuration fields:
|
517
595
|
#
|
518
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
596
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
519
597
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
520
598
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
521
599
|
# include the following keys:
|
@@ -546,17 +624,24 @@ module Google
|
|
546
624
|
# @return [::Gapic::Config::Method]
|
547
625
|
#
|
548
626
|
attr_reader :cancel_operation
|
627
|
+
##
|
628
|
+
# RPC-specific configuration for `wait_operation`
|
629
|
+
# @return [::Gapic::Config::Method]
|
630
|
+
#
|
631
|
+
attr_reader :wait_operation
|
549
632
|
|
550
633
|
# @private
|
551
634
|
def initialize parent_rpcs = nil
|
552
|
-
list_operations_config = parent_rpcs
|
635
|
+
list_operations_config = parent_rpcs.list_operations if parent_rpcs.respond_to? :list_operations
|
553
636
|
@list_operations = ::Gapic::Config::Method.new list_operations_config
|
554
|
-
get_operation_config = parent_rpcs
|
637
|
+
get_operation_config = parent_rpcs.get_operation if parent_rpcs.respond_to? :get_operation
|
555
638
|
@get_operation = ::Gapic::Config::Method.new get_operation_config
|
556
|
-
delete_operation_config = parent_rpcs
|
639
|
+
delete_operation_config = parent_rpcs.delete_operation if parent_rpcs.respond_to? :delete_operation
|
557
640
|
@delete_operation = ::Gapic::Config::Method.new delete_operation_config
|
558
|
-
cancel_operation_config = parent_rpcs
|
641
|
+
cancel_operation_config = parent_rpcs.cancel_operation if parent_rpcs.respond_to? :cancel_operation
|
559
642
|
@cancel_operation = ::Gapic::Config::Method.new cancel_operation_config
|
643
|
+
wait_operation_config = parent_rpcs.wait_operation if parent_rpcs.respond_to? :wait_operation
|
644
|
+
@wait_operation = ::Gapic::Config::Method.new wait_operation_config
|
560
645
|
|
561
646
|
yield self if block_given?
|
562
647
|
end
|