Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Generators::Paths.
Path helper methods for the Generators API.
Included In
Methods
#agent_path
def agent_path(project:, location:, agent:) -> ::StringCreate a fully-qualified Agent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}
- project (String)
- location (String)
- agent (String)
- (::String)
- (::ArgumentError)
#generator_path
def generator_path(project:, location:, agent:, generator:) -> ::StringCreate a fully-qualified Generator resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/generators/{generator}
- project (String)
- location (String)
- agent (String)
- generator (String)
- (::String)
- (::ArgumentError)