google-cloud-dialogflow-v2 0.6.4 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (100) hide show
  1. checksums.yaml +4 -4
  2. data/LICENSE.md +188 -190
  3. data/README.md +66 -2
  4. data/lib/google/cloud/dialogflow/v2.rb +11 -2
  5. data/lib/google/cloud/dialogflow/v2/agent_services_pb.rb +9 -9
  6. data/lib/google/cloud/dialogflow/v2/agents/client.rb +24 -18
  7. data/lib/google/cloud/dialogflow/v2/agents/operations.rb +96 -11
  8. data/lib/google/cloud/dialogflow/v2/answer_record_pb.rb +100 -0
  9. data/lib/google/cloud/dialogflow/v2/answer_record_services_pb.rb +49 -0
  10. data/lib/google/cloud/dialogflow/v2/answer_records.rb +50 -0
  11. data/lib/google/cloud/dialogflow/v2/answer_records/client.rb +479 -0
  12. data/lib/google/cloud/dialogflow/v2/answer_records/credentials.rb +52 -0
  13. data/lib/google/cloud/dialogflow/v2/answer_records/paths.rb +105 -0
  14. data/lib/google/cloud/dialogflow/v2/audio_config_pb.rb +7 -0
  15. data/lib/google/cloud/dialogflow/v2/context_services_pb.rb +7 -24
  16. data/lib/google/cloud/dialogflow/v2/contexts.rb +1 -18
  17. data/lib/google/cloud/dialogflow/v2/contexts/client.rb +22 -33
  18. data/lib/google/cloud/dialogflow/v2/contexts/paths.rb +2 -2
  19. data/lib/google/cloud/dialogflow/v2/conversation_event_pb.rb +39 -0
  20. data/lib/google/cloud/dialogflow/v2/conversation_pb.rb +89 -0
  21. data/lib/google/cloud/dialogflow/v2/conversation_profile_pb.rb +182 -0
  22. data/lib/google/cloud/dialogflow/v2/conversation_profile_services_pb.rb +61 -0
  23. data/lib/google/cloud/dialogflow/v2/conversation_profiles.rb +49 -0
  24. data/lib/google/cloud/dialogflow/v2/conversation_profiles/client.rb +699 -0
  25. data/lib/google/cloud/dialogflow/v2/conversation_profiles/credentials.rb +52 -0
  26. data/lib/google/cloud/dialogflow/v2/conversation_profiles/paths.rb +205 -0
  27. data/lib/google/cloud/dialogflow/v2/conversation_services_pb.rb +75 -0
  28. data/lib/google/cloud/dialogflow/v2/conversations.rb +49 -0
  29. data/lib/google/cloud/dialogflow/v2/conversations/client.rb +757 -0
  30. data/lib/google/cloud/dialogflow/v2/conversations/credentials.rb +52 -0
  31. data/lib/google/cloud/dialogflow/v2/conversations/paths.rb +146 -0
  32. data/lib/google/cloud/dialogflow/v2/document_pb.rb +99 -0
  33. data/lib/google/cloud/dialogflow/v2/document_services_pb.rb +73 -0
  34. data/lib/google/cloud/dialogflow/v2/documents.rb +50 -0
  35. data/lib/google/cloud/dialogflow/v2/documents/client.rb +810 -0
  36. data/lib/google/cloud/dialogflow/v2/documents/credentials.rb +52 -0
  37. data/lib/google/cloud/dialogflow/v2/documents/operations.rb +655 -0
  38. data/lib/google/cloud/dialogflow/v2/documents/paths.rb +119 -0
  39. data/lib/google/cloud/dialogflow/v2/entity_type_services_pb.rb +11 -38
  40. data/lib/google/cloud/dialogflow/v2/entity_types.rb +1 -28
  41. data/lib/google/cloud/dialogflow/v2/entity_types/client.rb +26 -47
  42. data/lib/google/cloud/dialogflow/v2/entity_types/operations.rb +96 -11
  43. data/lib/google/cloud/dialogflow/v2/environment_services_pb.rb +2 -2
  44. data/lib/google/cloud/dialogflow/v2/environments.rb +1 -1
  45. data/lib/google/cloud/dialogflow/v2/environments/client.rb +17 -11
  46. data/lib/google/cloud/dialogflow/v2/gcs_pb.rb +20 -0
  47. data/lib/google/cloud/dialogflow/v2/human_agent_assistant_event_pb.rb +26 -0
  48. data/lib/google/cloud/dialogflow/v2/intent_pb.rb +2 -0
  49. data/lib/google/cloud/dialogflow/v2/intent_services_pb.rb +8 -39
  50. data/lib/google/cloud/dialogflow/v2/intents.rb +1 -32
  51. data/lib/google/cloud/dialogflow/v2/intents/client.rb +23 -48
  52. data/lib/google/cloud/dialogflow/v2/intents/operations.rb +96 -11
  53. data/lib/google/cloud/dialogflow/v2/intents/paths.rb +1 -1
  54. data/lib/google/cloud/dialogflow/v2/knowledge_base_pb.rb +60 -0
  55. data/lib/google/cloud/dialogflow/v2/knowledge_base_services_pb.rb +53 -0
  56. data/lib/google/cloud/dialogflow/v2/knowledge_bases.rb +49 -0
  57. data/lib/google/cloud/dialogflow/v2/knowledge_bases/client.rb +696 -0
  58. data/lib/google/cloud/dialogflow/v2/knowledge_bases/credentials.rb +52 -0
  59. data/lib/google/cloud/dialogflow/v2/knowledge_bases/paths.rb +105 -0
  60. data/lib/google/cloud/dialogflow/v2/participant_pb.rb +172 -0
  61. data/lib/google/cloud/dialogflow/v2/participant_services_pb.rb +64 -0
  62. data/lib/google/cloud/dialogflow/v2/participants.rb +49 -0
  63. data/lib/google/cloud/dialogflow/v2/participants/client.rb +894 -0
  64. data/lib/google/cloud/dialogflow/v2/participants/credentials.rb +52 -0
  65. data/lib/google/cloud/dialogflow/v2/participants/paths.rb +258 -0
  66. data/lib/google/cloud/dialogflow/v2/session_entity_type_services_pb.rb +6 -22
  67. data/lib/google/cloud/dialogflow/v2/session_entity_types.rb +1 -17
  68. data/lib/google/cloud/dialogflow/v2/session_entity_types/client.rb +21 -31
  69. data/lib/google/cloud/dialogflow/v2/session_entity_types/paths.rb +2 -2
  70. data/lib/google/cloud/dialogflow/v2/session_pb.rb +1 -0
  71. data/lib/google/cloud/dialogflow/v2/session_services_pb.rb +14 -6
  72. data/lib/google/cloud/dialogflow/v2/sessions.rb +4 -4
  73. data/lib/google/cloud/dialogflow/v2/sessions/client.rb +43 -21
  74. data/lib/google/cloud/dialogflow/v2/sessions/paths.rb +3 -3
  75. data/lib/google/cloud/dialogflow/v2/version.rb +1 -1
  76. data/proto_docs/google/api/field_behavior.rb +6 -0
  77. data/proto_docs/google/api/resource.rb +50 -14
  78. data/proto_docs/google/cloud/dialogflow/v2/agent.rb +1 -2
  79. data/proto_docs/google/cloud/dialogflow/v2/answer_record.rb +259 -0
  80. data/proto_docs/google/cloud/dialogflow/v2/audio_config.rb +25 -0
  81. data/proto_docs/google/cloud/dialogflow/v2/context.rb +17 -2
  82. data/proto_docs/google/cloud/dialogflow/v2/conversation.rb +253 -0
  83. data/proto_docs/google/cloud/dialogflow/v2/conversation_event.rb +83 -0
  84. data/proto_docs/google/cloud/dialogflow/v2/conversation_profile.rb +510 -0
  85. data/proto_docs/google/cloud/dialogflow/v2/document.rb +267 -0
  86. data/proto_docs/google/cloud/dialogflow/v2/entity_type.rb +12 -3
  87. data/proto_docs/google/cloud/dialogflow/v2/environment.rb +18 -1
  88. data/proto_docs/google/cloud/dialogflow/v2/human_agent_assistant_event.rb +45 -0
  89. data/proto_docs/google/cloud/dialogflow/v2/intent.rb +20 -3
  90. data/proto_docs/google/cloud/dialogflow/v2/knowledge_base.rb +139 -0
  91. data/proto_docs/google/cloud/dialogflow/v2/participant.rb +503 -0
  92. data/proto_docs/google/cloud/dialogflow/v2/session.rb +52 -7
  93. data/proto_docs/google/cloud/dialogflow/v2/session_entity_type.rb +7 -6
  94. data/proto_docs/google/cloud/dialogflow/v2/validation_result.rb +1 -1
  95. data/proto_docs/google/cloud/dialogflow/v2/webhook.rb +2 -2
  96. data/proto_docs/google/longrunning/operations.rb +17 -3
  97. data/proto_docs/google/protobuf/any.rb +5 -2
  98. data/proto_docs/google/protobuf/timestamp.rb +10 -1
  99. data/proto_docs/google/type/latlng.rb +2 -2
  100. metadata +59 -9
@@ -18,11 +18,17 @@
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/environments"
31
+ require "google/cloud/dialogflow/v2/knowledge_bases"
26
32
  require "google/cloud/dialogflow/v2/version"
27
33
 
28
34
  module Google
@@ -39,3 +45,6 @@ module Google
39
45
  end
40
46
  end
41
47
  end
48
+
49
+ helper_path = ::File.join __dir__, "v2", "_helpers.rb"
50
+ require "google/cloud/dialogflow/v2/_helpers" if ::File.file? helper_path
@@ -34,11 +34,11 @@ module Google
34
34
  self.service_name = 'google.cloud.dialogflow.v2.Agents'
35
35
 
36
36
  # Retrieves the specified agent.
37
- rpc :GetAgent, GetAgentRequest, Agent
37
+ rpc :GetAgent, ::Google::Cloud::Dialogflow::V2::GetAgentRequest, ::Google::Cloud::Dialogflow::V2::Agent
38
38
  # Creates/updates the specified agent.
39
- rpc :SetAgent, SetAgentRequest, Agent
39
+ rpc :SetAgent, ::Google::Cloud::Dialogflow::V2::SetAgentRequest, ::Google::Cloud::Dialogflow::V2::Agent
40
40
  # Deletes the specified agent.
41
- rpc :DeleteAgent, DeleteAgentRequest, Google::Protobuf::Empty
41
+ rpc :DeleteAgent, ::Google::Cloud::Dialogflow::V2::DeleteAgentRequest, ::Google::Protobuf::Empty
42
42
  # Returns the list of agents.
43
43
  #
44
44
  # Since there is at most one conversational agent per project, this method is
@@ -46,15 +46,15 @@ module Google
46
46
  # access to. One can achieve that with a wildcard project collection id "-".
47
47
  # Refer to [List
48
48
  # Sub-Collections](https://cloud.google.com/apis/design/design_patterns#list_sub-collections).
49
- rpc :SearchAgents, SearchAgentsRequest, SearchAgentsResponse
49
+ rpc :SearchAgents, ::Google::Cloud::Dialogflow::V2::SearchAgentsRequest, ::Google::Cloud::Dialogflow::V2::SearchAgentsResponse
50
50
  # Trains the specified agent.
51
51
  #
52
52
  # Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
53
- rpc :TrainAgent, TrainAgentRequest, Google::Longrunning::Operation
53
+ rpc :TrainAgent, ::Google::Cloud::Dialogflow::V2::TrainAgentRequest, ::Google::Longrunning::Operation
54
54
  # Exports the specified agent to a ZIP file.
55
55
  #
56
56
  # Operation <response: [ExportAgentResponse][google.cloud.dialogflow.v2.ExportAgentResponse]>
57
- rpc :ExportAgent, ExportAgentRequest, Google::Longrunning::Operation
57
+ rpc :ExportAgent, ::Google::Cloud::Dialogflow::V2::ExportAgentRequest, ::Google::Longrunning::Operation
58
58
  # Imports the specified agent from a ZIP file.
59
59
  #
60
60
  # Uploads new intents and entity types without deleting the existing ones.
@@ -68,7 +68,7 @@ module Google
68
68
  # Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
69
69
  # An operation which tracks when importing is complete. It only tracks
70
70
  # when the draft agent is updated not when it is done training.
71
- rpc :ImportAgent, ImportAgentRequest, Google::Longrunning::Operation
71
+ rpc :ImportAgent, ::Google::Cloud::Dialogflow::V2::ImportAgentRequest, ::Google::Longrunning::Operation
72
72
  # Restores the specified agent from a ZIP file.
73
73
  #
74
74
  # Replaces the current agent version with a new one. All the intents and
@@ -81,10 +81,10 @@ module Google
81
81
  # Operation <response: [google.protobuf.Empty][google.protobuf.Empty]>
82
82
  # An operation which tracks when restoring is complete. It only tracks
83
83
  # when the draft agent is updated not when it is done training.
84
- rpc :RestoreAgent, RestoreAgentRequest, Google::Longrunning::Operation
84
+ rpc :RestoreAgent, ::Google::Cloud::Dialogflow::V2::RestoreAgentRequest, ::Google::Longrunning::Operation
85
85
  # Gets agent validation result. Agent validation is performed during
86
86
  # training time and is updated automatically when training is completed.
87
- rpc :GetValidationResult, GetValidationResultRequest, ValidationResult
87
+ rpc :GetValidationResult, ::Google::Cloud::Dialogflow::V2::GetValidationResultRequest, ::Google::Cloud::Dialogflow::V2::ValidationResult
88
88
  end
89
89
 
90
90
  Stub = Service.rpc_stub_class
@@ -60,7 +60,7 @@ module Google
60
60
  parent_config = while namespace.any?
61
61
  parent_name = namespace.join "::"
62
62
  parent_const = const_get parent_name
63
- break parent_const.configure if parent_const&.respond_to? :configure
63
+ break parent_const.configure if parent_const.respond_to? :configure
64
64
  namespace.pop
65
65
  end
66
66
  default_config = Client::Configuration.new parent_config
@@ -68,9 +68,9 @@ module Google
68
68
  default_config.timeout = 60.0
69
69
  default_config.retry_policy = {
70
70
  initial_delay: 0.1,
71
- max_delay: 60.0,
72
- multiplier: 1.3,
73
- retry_codes: ["UNAVAILABLE"]
71
+ max_delay: 60.0,
72
+ multiplier: 1.3,
73
+ retry_codes: [14]
74
74
  }
75
75
 
76
76
  default_config
@@ -134,7 +134,13 @@ module Google
134
134
 
135
135
  # Create credentials
136
136
  credentials = @config.credentials
137
- credentials ||= Credentials.default scope: @config.scope
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
138
144
  if credentials.is_a?(String) || credentials.is_a?(Hash)
139
145
  credentials = Credentials.new credentials, scope: @config.scope
140
146
  end
@@ -918,14 +924,14 @@ module Google
918
924
 
919
925
  config_attr :endpoint, "dialogflow.googleapis.com", ::String
920
926
  config_attr :credentials, nil do |value|
921
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
927
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
922
928
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
923
929
  allowed.any? { |klass| klass === value }
924
930
  end
925
931
  config_attr :scope, nil, ::String, ::Array, nil
926
932
  config_attr :lib_name, nil, ::String, nil
927
933
  config_attr :lib_version, nil, ::String, nil
928
- 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)
929
935
  config_attr :interceptors, nil, ::Array, nil
930
936
  config_attr :timeout, nil, ::Numeric, nil
931
937
  config_attr :metadata, nil, ::Hash, nil
@@ -946,7 +952,7 @@ module Google
946
952
  def rpcs
947
953
  @rpcs ||= begin
948
954
  parent_rpcs = nil
949
- parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
955
+ parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config.respond_to?(:rpcs)
950
956
  Rpcs.new parent_rpcs
951
957
  end
952
958
  end
@@ -958,7 +964,7 @@ module Google
958
964
  # Each configuration object is of type `Gapic::Config::Method` and includes
959
965
  # the following configuration fields:
960
966
  #
961
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
967
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
962
968
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
963
969
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
964
970
  # include the following keys:
@@ -1017,23 +1023,23 @@ module Google
1017
1023
 
1018
1024
  # @private
1019
1025
  def initialize parent_rpcs = nil
1020
- get_agent_config = parent_rpcs&.get_agent if parent_rpcs&.respond_to? :get_agent
1026
+ get_agent_config = parent_rpcs.get_agent if parent_rpcs.respond_to? :get_agent
1021
1027
  @get_agent = ::Gapic::Config::Method.new get_agent_config
1022
- set_agent_config = parent_rpcs&.set_agent if parent_rpcs&.respond_to? :set_agent
1028
+ set_agent_config = parent_rpcs.set_agent if parent_rpcs.respond_to? :set_agent
1023
1029
  @set_agent = ::Gapic::Config::Method.new set_agent_config
1024
- delete_agent_config = parent_rpcs&.delete_agent if parent_rpcs&.respond_to? :delete_agent
1030
+ delete_agent_config = parent_rpcs.delete_agent if parent_rpcs.respond_to? :delete_agent
1025
1031
  @delete_agent = ::Gapic::Config::Method.new delete_agent_config
1026
- search_agents_config = parent_rpcs&.search_agents if parent_rpcs&.respond_to? :search_agents
1032
+ search_agents_config = parent_rpcs.search_agents if parent_rpcs.respond_to? :search_agents
1027
1033
  @search_agents = ::Gapic::Config::Method.new search_agents_config
1028
- train_agent_config = parent_rpcs&.train_agent if parent_rpcs&.respond_to? :train_agent
1034
+ train_agent_config = parent_rpcs.train_agent if parent_rpcs.respond_to? :train_agent
1029
1035
  @train_agent = ::Gapic::Config::Method.new train_agent_config
1030
- export_agent_config = parent_rpcs&.export_agent if parent_rpcs&.respond_to? :export_agent
1036
+ export_agent_config = parent_rpcs.export_agent if parent_rpcs.respond_to? :export_agent
1031
1037
  @export_agent = ::Gapic::Config::Method.new export_agent_config
1032
- import_agent_config = parent_rpcs&.import_agent if parent_rpcs&.respond_to? :import_agent
1038
+ import_agent_config = parent_rpcs.import_agent if parent_rpcs.respond_to? :import_agent
1033
1039
  @import_agent = ::Gapic::Config::Method.new import_agent_config
1034
- restore_agent_config = parent_rpcs&.restore_agent if parent_rpcs&.respond_to? :restore_agent
1040
+ restore_agent_config = parent_rpcs.restore_agent if parent_rpcs.respond_to? :restore_agent
1035
1041
  @restore_agent = ::Gapic::Config::Method.new restore_agent_config
1036
- get_validation_result_config = parent_rpcs&.get_validation_result if parent_rpcs&.respond_to? :get_validation_result
1042
+ get_validation_result_config = parent_rpcs.get_validation_result if parent_rpcs.respond_to? :get_validation_result
1037
1043
  @get_validation_result = ::Gapic::Config::Method.new get_validation_result_config
1038
1044
 
1039
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 below allows API services to override the 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 collection.
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&.respond_to?(:rpcs)
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 milliseconds
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&.list_operations if parent_rpcs&.respond_to? :list_operations
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&.get_operation if parent_rpcs&.respond_to? :get_operation
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&.delete_operation if parent_rpcs&.respond_to? :delete_operation
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&.cancel_operation if parent_rpcs&.respond_to? :cancel_operation
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
@@ -0,0 +1,100 @@
1
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
2
+ # source: google/cloud/dialogflow/v2/answer_record.proto
3
+
4
+ require 'google/protobuf'
5
+
6
+ require 'google/api/annotations_pb'
7
+ require 'google/api/client_pb'
8
+ require 'google/api/field_behavior_pb'
9
+ require 'google/api/resource_pb'
10
+ require 'google/cloud/dialogflow/v2/participant_pb'
11
+ require 'google/protobuf/empty_pb'
12
+ require 'google/protobuf/field_mask_pb'
13
+ require 'google/protobuf/timestamp_pb'
14
+ Google::Protobuf::DescriptorPool.generated_pool.build do
15
+ add_file("google/cloud/dialogflow/v2/answer_record.proto", :syntax => :proto3) do
16
+ add_message "google.cloud.dialogflow.v2.AnswerRecord" do
17
+ optional :name, :string, 1
18
+ optional :answer_feedback, :message, 2, "google.cloud.dialogflow.v2.AnswerFeedback"
19
+ oneof :record do
20
+ optional :agent_assistant_record, :message, 4, "google.cloud.dialogflow.v2.AgentAssistantRecord"
21
+ end
22
+ end
23
+ add_message "google.cloud.dialogflow.v2.ListAnswerRecordsRequest" do
24
+ optional :parent, :string, 1
25
+ optional :filter, :string, 2
26
+ optional :page_size, :int32, 3
27
+ optional :page_token, :string, 4
28
+ end
29
+ add_message "google.cloud.dialogflow.v2.ListAnswerRecordsResponse" do
30
+ repeated :answer_records, :message, 1, "google.cloud.dialogflow.v2.AnswerRecord"
31
+ optional :next_page_token, :string, 2
32
+ end
33
+ add_message "google.cloud.dialogflow.v2.UpdateAnswerRecordRequest" do
34
+ optional :answer_record, :message, 1, "google.cloud.dialogflow.v2.AnswerRecord"
35
+ optional :update_mask, :message, 2, "google.protobuf.FieldMask"
36
+ end
37
+ add_message "google.cloud.dialogflow.v2.AnswerFeedback" do
38
+ optional :correctness_level, :enum, 1, "google.cloud.dialogflow.v2.AnswerFeedback.CorrectnessLevel"
39
+ optional :clicked, :bool, 3
40
+ optional :click_time, :message, 5, "google.protobuf.Timestamp"
41
+ optional :displayed, :bool, 4
42
+ optional :display_time, :message, 6, "google.protobuf.Timestamp"
43
+ oneof :detail_feedback do
44
+ optional :agent_assistant_detail_feedback, :message, 2, "google.cloud.dialogflow.v2.AgentAssistantFeedback"
45
+ end
46
+ end
47
+ add_enum "google.cloud.dialogflow.v2.AnswerFeedback.CorrectnessLevel" do
48
+ value :CORRECTNESS_LEVEL_UNSPECIFIED, 0
49
+ value :NOT_CORRECT, 1
50
+ value :PARTIALLY_CORRECT, 2
51
+ value :FULLY_CORRECT, 3
52
+ end
53
+ add_message "google.cloud.dialogflow.v2.AgentAssistantFeedback" do
54
+ optional :answer_relevance, :enum, 1, "google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance"
55
+ optional :document_correctness, :enum, 2, "google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness"
56
+ optional :document_efficiency, :enum, 3, "google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency"
57
+ end
58
+ add_enum "google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance" do
59
+ value :ANSWER_RELEVANCE_UNSPECIFIED, 0
60
+ value :IRRELEVANT, 1
61
+ value :RELEVANT, 2
62
+ end
63
+ add_enum "google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness" do
64
+ value :DOCUMENT_CORRECTNESS_UNSPECIFIED, 0
65
+ value :INCORRECT, 1
66
+ value :CORRECT, 2
67
+ end
68
+ add_enum "google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency" do
69
+ value :DOCUMENT_EFFICIENCY_UNSPECIFIED, 0
70
+ value :INEFFICIENT, 1
71
+ value :EFFICIENT, 2
72
+ end
73
+ add_message "google.cloud.dialogflow.v2.AgentAssistantRecord" do
74
+ oneof :answer do
75
+ optional :article_suggestion_answer, :message, 5, "google.cloud.dialogflow.v2.ArticleAnswer"
76
+ optional :faq_answer, :message, 6, "google.cloud.dialogflow.v2.FaqAnswer"
77
+ end
78
+ end
79
+ end
80
+ end
81
+
82
+ module Google
83
+ module Cloud
84
+ module Dialogflow
85
+ module V2
86
+ AnswerRecord = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.AnswerRecord").msgclass
87
+ ListAnswerRecordsRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.ListAnswerRecordsRequest").msgclass
88
+ ListAnswerRecordsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.ListAnswerRecordsResponse").msgclass
89
+ UpdateAnswerRecordRequest = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.UpdateAnswerRecordRequest").msgclass
90
+ AnswerFeedback = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.AnswerFeedback").msgclass
91
+ AnswerFeedback::CorrectnessLevel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.AnswerFeedback.CorrectnessLevel").enummodule
92
+ AgentAssistantFeedback = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.AgentAssistantFeedback").msgclass
93
+ AgentAssistantFeedback::AnswerRelevance = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.AgentAssistantFeedback.AnswerRelevance").enummodule
94
+ AgentAssistantFeedback::DocumentCorrectness = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentCorrectness").enummodule
95
+ AgentAssistantFeedback::DocumentEfficiency = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.AgentAssistantFeedback.DocumentEfficiency").enummodule
96
+ AgentAssistantRecord = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.dialogflow.v2.AgentAssistantRecord").msgclass
97
+ end
98
+ end
99
+ end
100
+ end