Gemini Enterprise for Customer Experience V1 API - Module Google::Cloud::Ces::V1::WidgetService::Paths (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API module Google::Cloud::Ces::V1::WidgetService::Paths.

Path helper methods for the WidgetService API.

Methods

#deployment_path

def deployment_path(project:, location:, app:, deployment:) -> ::String

Create a fully-qualified Deployment resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/apps/{app}/deployments/{deployment}

Parameters
  • project (String)
  • location (String)
  • app (String)
  • deployment (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#session_path

def session_path(project:, location:, app:, session:) -> ::String

Create a fully-qualified Session resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/apps/{app}/sessions/{session}

Parameters
  • project (String)
  • location (String)
  • app (String)
  • session (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)