Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Examples::Paths.
Path helper methods for the Examples API.
Included In
Methods
#example_path
def example_path(project:, location:, agent:, playbook:, example:) -> ::StringCreate a fully-qualified Example resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/playbooks/{playbook}/examples/{example}
- project (String)
- location (String)
- agent (String)
- playbook (String)
- example (String)
- (::String)
- (::ArgumentError)
#flow_path
def flow_path(project:, location:, agent:, flow:) -> ::StringCreate 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)
#playbook_path
def playbook_path(project:, location:, agent:, playbook:) -> ::StringCreate a fully-qualified Playbook resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/playbooks/{playbook}
- project (String)
- location (String)
- agent (String)
- playbook (String)
- (::String)
- (::ArgumentError)
#tool_path
def tool_path(project:, location:, agent:, tool:) -> ::StringCreate a fully-qualified Tool resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/tools/{tool}
- project (String)
- location (String)
- agent (String)
- tool (String)
- (::String)
- (::ArgumentError)