Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::ConversationalSearchService::Paths.
Path helper methods for the ConversationalSearchService API.
Methods
#answer_path
def answer_path(project:, location:, data_store:, session:, answer:) -> ::String
def answer_path(project:, location:, collection:, data_store:, session:, answer:) -> ::String
def answer_path(project:, location:, collection:, engine:, session:, answer:) -> ::String
Create a fully-qualified Answer resource string.
def answer_path(project:, location:, data_store:, session:, answer:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/sessions/{session}/answers/{answer}
- project (String)
- location (String)
- data_store (String)
- session (String)
- answer (String)
def answer_path(project:, location:, collection:, data_store:, session:, answer:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/sessions/{session}/answers/{answer}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- session (String)
- answer (String)
def answer_path(project:, location:, collection:, engine:, session:, answer:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/answers/{answer}
- project (String)
- location (String)
- collection (String)
- engine (String)
- session (String)
- answer (String)
- (::String)
- (::ArgumentError)
#chunk_path
def chunk_path(project:, location:, data_store:, branch:, document:, chunk:) -> ::String
def chunk_path(project:, location:, collection:, data_store:, branch:, document:, chunk:) -> ::String
Create a fully-qualified Chunk resource string.
def chunk_path(project:, location:, data_store:, branch:, document:, chunk:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}
- project (String)
- location (String)
- data_store (String)
- branch (String)
- document (String)
- chunk (String)
def chunk_path(project:, location:, collection:, data_store:, branch:, document:, chunk:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}/chunks/{chunk}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- branch (String)
- document (String)
- chunk (String)
- (::String)
- (::ArgumentError)
#conversation_path
def conversation_path(project:, location:, data_store:, conversation:) -> ::String
def conversation_path(project:, location:, collection:, data_store:, conversation:) -> ::String
def conversation_path(project:, location:, collection:, engine:, conversation:) -> ::String
Create a fully-qualified Conversation resource string.
def conversation_path(project:, location:, data_store:, conversation:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/conversations/{conversation}
- project (String)
- location (String)
- data_store (String)
- conversation (String)
def conversation_path(project:, location:, collection:, data_store:, conversation:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/conversations/{conversation}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- conversation (String)
def conversation_path(project:, location:, collection:, engine:, conversation:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/conversations/{conversation}
- project (String)
- location (String)
- collection (String)
- engine (String)
- conversation (String)
- (::String)
- (::ArgumentError)
#data_store_path
def data_store_path(project:, location:, data_store:) -> ::String
def data_store_path(project:, location:, collection:, data_store:) -> ::String
Create 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)
#document_path
def document_path(project:, location:, data_store:, branch:, document:) -> ::String
def document_path(project:, location:, collection:, data_store:, branch:, document:) -> ::String
Create a fully-qualified Document resource string.
def document_path(project:, location:, data_store:, branch:, document:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/branches/{branch}/documents/{document}
- project (String)
- location (String)
- data_store (String)
- branch (String)
- document (String)
def document_path(project:, location:, collection:, data_store:, branch:, document:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- branch (String)
- document (String)
- (::String)
- (::ArgumentError)
#serving_config_path
def serving_config_path(project:, location:, data_store:, serving_config:) -> ::String
def serving_config_path(project:, location:, collection:, data_store:, serving_config:) -> ::String
def serving_config_path(project:, location:, collection:, engine:, serving_config:) -> ::String
Create a fully-qualified ServingConfig resource string.
def serving_config_path(project:, location:, data_store:, serving_config:) -> ::String
projects/{project}/locations/{location}/dataStores/{data_store}/servingConfigs/{serving_config}
- project (String)
- location (String)
- data_store (String)
- serving_config (String)
def serving_config_path(project:, location:, collection:, data_store:, serving_config:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/servingConfigs/{serving_config}
- project (String)
- location (String)
- collection (String)
- data_store (String)
- serving_config (String)
def serving_config_path(project:, location:, collection:, engine:, serving_config:) -> ::String
projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/servingConfigs/{serving_config}
- project (String)
- location (String)
- collection (String)
- engine (String)
- serving_config (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:) -> ::String
Create 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)