Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::Fulfillments::Paths.
Path helper methods for the Fulfillments API.
Methods
#fulfillment_path
def fulfillment_path(project:) -> ::String
def fulfillment_path(project:, location:) -> ::StringCreate a fully-qualified Fulfillment resource string.
    Overloads
    
      
  def fulfillment_path(project:) -> ::String
      The resource will be in the following format:
  
projects/{project}/agent/fulfillment
    
    Parameter
    
    - project (String)
def fulfillment_path(project:, location:) -> ::String
      The resource will be in the following format:
  
projects/{project}/locations/{location}/agent/fulfillment
    
    Parameters
    
  - project (String)
- location (String)
    Returns
    
  - (::String)
    Raises
    
- (::ArgumentError)