Dialogflow CX V3 API - Module Google::Cloud::Dialogflow::CX::V3::Versions::Paths (v0.9.0)

Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Versions::Paths.

Path helper methods for the Versions API.

Methods

#flow_path

def flow_path(project:, location:, agent:, flow:) -> ::String

Create a fully-qualified Flow resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/agents/{agent}/flows/{flow}

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

#version_path

def version_path(project:, location:, agent:, flow:, version:) -> ::String

Create a fully-qualified Version resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/agents/{agent}/flows/{flow}/versions/{version}

Parameters
  • project (String)
  • location (String)
  • agent (String)
  • flow (String)
  • version (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)