Reference documentation and code samples for the Dialogflow CX V3 API module Google::Cloud::Dialogflow::CX::V3::Playbooks::Paths.
Path helper methods for the Playbooks 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)
#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)
#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)
#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)
#playbook_version_path
def playbook_version_path(project:, location:, agent:, playbook:, version:) -> ::StringCreate a fully-qualified PlaybookVersion resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/playbooks/{playbook}/versions/{version}
- project (String)
- location (String)
- agent (String)
- playbook (String)
- version (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)
#webhook_path
def webhook_path(project:, location:, agent:, webhook:) -> ::StringCreate a fully-qualified Webhook resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}/webhooks/{webhook}
- project (String)
- location (String)
- agent (String)
- webhook (String)
- (::String)
- (::ArgumentError)