Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::GeneratorEvaluations::Paths.
Path helper methods for the GeneratorEvaluations API.
Included In
Methods
#app_path
def app_path(project:, location:, app:) -> ::StringCreate a fully-qualified App resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}
- project (String)
- location (String)
- app (String)
- (::String)
- (::ArgumentError)
#generator_evaluation_path
def generator_evaluation_path(project:, location:, generator:, evaluation:) -> ::StringCreate a fully-qualified GeneratorEvaluation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/generators/{generator}/evaluations/{evaluation}
- project (String)
- location (String)
- generator (String)
- evaluation (String)
- (::String)
- (::ArgumentError)
#generator_path
def generator_path(project:, location:, generator:) -> ::StringCreate a fully-qualified Generator resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/generators/{generator}
- project (String)
- location (String)
- generator (String)
- (::String)
- (::ArgumentError)
#tool_path
def tool_path(project:, location:, tool:) -> ::String
def tool_path(project:, location:, app:, tool:) -> ::StringCreate a fully-qualified Tool resource string.
def tool_path(project:, location:, tool:) -> ::String
projects/{project}/locations/{location}/tools/{tool}
- project (String)
- location (String)
- tool (String)
def tool_path(project:, location:, app:, tool:) -> ::String
projects/{project}/locations/{location}/apps/{app}/tools/{tool}
- project (String)
- location (String)
- app (String)
- tool (String)
- (::String)
- (::ArgumentError)
#toolset_path
def toolset_path(project:, location:, app:, toolset:) -> ::StringCreate a fully-qualified Toolset resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/toolsets/{toolset}
- project (String)
- location (String)
- app (String)
- toolset (String)
- (::String)
- (::ArgumentError)