Dialogflow V2 API - Module Google::Cloud::Dialogflow::V2::SipTrunks::Paths (v1.13.0)

Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::SipTrunks::Paths.

Path helper methods for the SipTrunks API.

Methods

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#sip_trunk_path

def sip_trunk_path(project:, location:, siptrunk:) -> ::String

Create a fully-qualified SipTrunk resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/sipTrunks/{siptrunk}

Parameters
  • project (String)
  • location (String)
  • siptrunk (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)