Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::AssistantService::Paths.
Path helper methods for the AssistantService API.
Included In
Methods
#assistant_path
def assistant_path(project:, location:, collection:, engine:, assistant:) -> ::StringCreate a fully-qualified Assistant resource string.
The resource will be in the following format:
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}
- project (String)
 - location (String)
 - collection (String)
 - engine (String)
 - assistant (String)
 
- (::String)
 
- (::ArgumentError)
 
#data_store_path
def data_store_path(project:, location:, data_store:) -> ::String def data_store_path(project:, location:, collection:, data_store:) -> ::StringCreate a fully-qualified DataStore resource string.
def data_store_path(project:, location:, data_store:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store} 
- project (String)
 - location (String)
 - data_store (String)
 
def data_store_path(project:, location:, collection:, data_store:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store} 
- project (String)
 - location (String)
 - collection (String)
 - data_store (String)
 
- (::String)
 
- (::ArgumentError)
 
#session_path
def session_path(project:, location:, data_store:, session:) -> ::String def session_path(project:, location:, collection:, data_store:, session:) -> ::String def session_path(project:, location:, collection:, engine:, session:) -> ::StringCreate a fully-qualified Session resource string.
def session_path(project:, location:, data_store:, session:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session} 
- project (String)
 - location (String)
 - data_store (String)
 - session (String)
 
def session_path(project:, location:, collection:, data_store:, session:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session} 
- project (String)
 - location (String)
 - collection (String)
 - data_store (String)
 - session (String)
 
def session_path(project:, location:, collection:, engine:, session:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session} 
- project (String)
 - location (String)
 - collection (String)
 - engine (String)
 - session (String)
 
- (::String)
 
- (::ArgumentError)