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}
- project (String)
- location (String)
- agent (String)
- flow (String)
- (::String)
- (::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}
- project (String)
- location (String)
- agent (String)
- flow (String)
- version (String)
- (::String)
- (::ArgumentError)