Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API module Google::Cloud::Ces::V1::AgentService::Paths.
Path helper methods for the AgentService API.
Extended By
Included In
Methods
#agent_path
def agent_path(project:, location:, app:, agent:) -> ::StringCreate a fully-qualified Agent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/agents/{agent}
- project (String)
- location (String)
- app (String)
- agent (String)
- (::String)
- (::ArgumentError)
#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)
#app_version_path
def app_version_path(project:, location:, app:, version:) -> ::StringCreate a fully-qualified AppVersion resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/versions/{version}
- project (String)
- location (String)
- app (String)
- version (String)
- (::String)
- (::ArgumentError)
#changelog_path
def changelog_path(project:, location:, app:, changelog:) -> ::StringCreate a fully-qualified Changelog resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/changelogs/{changelog}
- project (String)
- location (String)
- app (String)
- changelog (String)
- (::String)
- (::ArgumentError)
#conversation_path
def conversation_path(project:, location:, app:, conversation:) -> ::StringCreate a fully-qualified Conversation resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/conversations/{conversation}
- project (String)
- location (String)
- app (String)
- conversation (String)
- (::String)
- (::ArgumentError)
#deidentify_template_path
def deidentify_template_path(organization:, location:, deidentify_template:) -> ::String
def deidentify_template_path(project:, location:, deidentify_template:) -> ::StringCreate a fully-qualified DeidentifyTemplate resource string.
def deidentify_template_path(organization:, location:, deidentify_template:) -> ::String
organizations/{organization}/locations/{location}/deidentifyTemplates/{deidentify_template}
- organization (String)
- location (String)
- deidentify_template (String)
def deidentify_template_path(project:, location:, deidentify_template:) -> ::String
projects/{project}/locations/{location}/deidentifyTemplates/{deidentify_template}
- project (String)
- location (String)
- deidentify_template (String)
- (::String)
- (::ArgumentError)
#deployment_path
def deployment_path(project:, location:, app:, deployment:) -> ::StringCreate a fully-qualified Deployment resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}
- project (String)
- location (String)
- app (String)
- deployment (String)
- (::String)
- (::ArgumentError)
#dialogflow_agent_path
def dialogflow_agent_path(project:, location:, agent:) -> ::StringCreate a fully-qualified DialogflowAgent resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/agents/{agent}
- project (String)
- location (String)
- agent (String)
- (::String)
- (::ArgumentError)
#engine_path
def engine_path(project:, location:, collection:, engine:) -> ::StringCreate a fully-qualified Engine resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}
- project (String)
- location (String)
- collection (String)
- engine (String)
- (::String)
- (::ArgumentError)
#example_path
def example_path(project:, location:, app:, example:) -> ::StringCreate a fully-qualified Example resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/examples/{example}
- project (String)
- location (String)
- app (String)
- example (String)
- (::String)
- (::ArgumentError)
#guardrail_path
def guardrail_path(project:, location:, app:, guardrail:) -> ::StringCreate a fully-qualified Guardrail resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}
- project (String)
- location (String)
- app (String)
- guardrail (String)
- (::String)
- (::ArgumentError)
#inspect_template_path
def inspect_template_path(organization:, location:, inspect_template:) -> ::String
def inspect_template_path(project:, location:, inspect_template:) -> ::StringCreate a fully-qualified InspectTemplate resource string.
def inspect_template_path(organization:, location:, inspect_template:) -> ::String
organizations/{organization}/locations/{location}/inspectTemplates/{inspect_template}
- organization (String)
- location (String)
- inspect_template (String)
def inspect_template_path(project:, location:, inspect_template:) -> ::String
projects/{project}/locations/{location}/inspectTemplates/{inspect_template}
- project (String)
- location (String)
- inspect_template (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::StringCreate a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#secret_version_path
def secret_version_path(project:, secret:, secret_version:) -> ::StringCreate a fully-qualified SecretVersion resource string.
The resource will be in the following format:
projects/{project}/secrets/{secret}/versions/{secret_version}
- project (String)
- secret (String)
- secret_version (String)
- (::String)
- (::ArgumentError)
#service_path
def service_path(project:, location:, namespace:, service:) -> ::StringCreate a fully-qualified Service resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/namespaces/{namespace}/services/{service}
- project (String)
- location (String)
- namespace (String)
- service (String)
- (::String)
- (::ArgumentError)
#tool_path
def tool_path(project:, location:, app:, tool:) -> ::StringCreate a fully-qualified Tool resource string.
The resource will be in the following format:
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)