Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API module Google::Cloud::Ces::V1beta::SessionService::Paths.
Path helper methods for the SessionService API.
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)
#session_path
def session_path(project:, location:, app:, session:) -> ::StringCreate a fully-qualified Session resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/apps/{app}/sessions/{session}
- project (String)
- location (String)
- app (String)
- session (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)