lib/google/cloud/dialogflow/cx/v3/agents.rb in google-cloud-dialogflow-cx-v3-0.14.0 vs lib/google/cloud/dialogflow/cx/v3/agents.rb in google-cloud-dialogflow-cx-v3-0.15.0
- old
+ new
@@ -24,10 +24,11 @@
require "google/cloud/dialogflow/cx/v3/agents/credentials"
require "google/cloud/dialogflow/cx/v3/agents/paths"
require "google/cloud/dialogflow/cx/v3/agents/operations"
require "google/cloud/dialogflow/cx/v3/agents/client"
+require "google/cloud/dialogflow/cx/v3/agents/rest"
module Google
module Cloud
module Dialogflow
module CX
@@ -37,9 +38,14 @@
#
# @example Load this service and instantiate a gRPC client
#
# require "google/cloud/dialogflow/cx/v3/agents"
# client = ::Google::Cloud::Dialogflow::CX::V3::Agents::Client.new
+ #
+ # @example Load this service and instantiate a REST client
+ #
+ # require "google/cloud/dialogflow/cx/v3/agents/rest"
+ # client = ::Google::Cloud::Dialogflow::CX::V3::Agents::Rest::Client.new
#
module Agents
end
end
end