Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1BETA API module Google::Cloud::Ces::V1beta::WidgetService::Paths.
Path helper methods for the WidgetService API.
Extended By
Included In
Methods
#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)
#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)