lib/google/cloud/dialogflow/v2/contexts_client.rb in google-cloud-dialogflow-0.2.0 vs lib/google/cloud/dialogflow/v2/contexts_client.rb in google-cloud-dialogflow-0.2.1

- old
+ new

@@ -17,10 +17,11 @@ # https://github.com/googleapis/googleapis/blob/master/google/cloud/dialogflow/v2/context.proto, # and updates to that file get reflected here through a refresh process. # For the short term, the refresh process will only be runnable by Google # engineers. + require "json" require "pathname" require "google/gax" @@ -50,9 +51,10 @@ # [Dialogflow documentation](https://dialogflow.com/docs/contexts). # # @!attribute [r] contexts_stub # @return [Google::Cloud::Dialogflow::V2::Contexts::Stub] class ContextsClient + # @private attr_reader :contexts_stub # The default address of the service. SERVICE_ADDRESS = "dialogflow.googleapis.com".freeze