Dialogflow V2 API - Class Google::Cloud::Dialogflow::V2::Contexts::Rest::ServiceStub (v0.25.0)

Reference documentation and code samples for the Dialogflow V2 API class Google::Cloud::Dialogflow::V2::Contexts::Rest::ServiceStub.

REST service stub for the Contexts service. Service stub contains baseline method implementations including transcoding, making the REST call, and deserialing the response.

Inherits

  • Object

Methods

#create_context

def create_context(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::Context

Baseline implementation for the create_context REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_all_contexts

def delete_all_contexts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_all_contexts REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#delete_context

def delete_context(request_pb, options = nil) { |result, operation| ... } -> ::Google::Protobuf::Empty

Baseline implementation for the delete_context REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#get_context

def get_context(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::Context

Baseline implementation for the get_context REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#initialize

def initialize(endpoint:, credentials:) -> ServiceStub
Returns

#list_contexts

def list_contexts(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::ListContextsResponse

Baseline implementation for the list_contexts REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)

#update_context

def update_context(request_pb, options = nil) { |result, operation| ... } -> ::Google::Cloud::Dialogflow::V2::Context

Baseline implementation for the update_context REST call

Parameters
Yields
  • (result, operation) — Access the result along with the TransportOperation object
Yield Parameters
Returns
Raises
  • (::ArgumentError)