Reference documentation and code samples for the Dialogflow V2 API module Google::Cloud::Dialogflow::V2::KnowledgeBases::Paths.
Path helper methods for the KnowledgeBases API.
Methods
#knowledge_base_path
def knowledge_base_path(project:, knowledge_base:) -> ::String
def knowledge_base_path(project:, location:, knowledge_base:) -> ::String
Create a fully-qualified KnowledgeBase resource string.
def knowledge_base_path(project:, knowledge_base:) -> ::String
projects/{project}/knowledgeBases/{knowledge_base}
- project (String)
- knowledge_base (String)
def knowledge_base_path(project:, location:, knowledge_base:) -> ::String
projects/{project}/locations/{location}/knowledgeBases/{knowledge_base}
- project (String)
- location (String)
- knowledge_base (String)
- (::String)
- (::ArgumentError)
#location_path
def location_path(project:, location:) -> ::String
Create a fully-qualified Location resource string.
The resource will be in the following format:
projects/{project}/locations/{location}
- project (String)
- location (String)
- (::String)
- (::ArgumentError)
#project_path
def project_path(project:) -> ::String
Create a fully-qualified Project resource string.
The resource will be in the following format:
projects/{project}
- project (String)
- (::String)