Package com.google.cloud.dialogflow.v2
Class DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder
-
- Enclosing class:
- DocumentName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder extends ObjectBuilder for projects/{project}/locations/{location}/knowledgeBases/{knowledge_base}/documents/{document}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationKnowledgeBaseDocumentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentNamebuild()StringgetDocument()StringgetKnowledgeBase()StringgetLocation()StringgetProject()DocumentName.ProjectLocationKnowledgeBaseDocumentBuildersetDocument(String document)DocumentName.ProjectLocationKnowledgeBaseDocumentBuildersetKnowledgeBase(String knowledgeBase)DocumentName.ProjectLocationKnowledgeBaseDocumentBuildersetLocation(String location)DocumentName.ProjectLocationKnowledgeBaseDocumentBuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getKnowledgeBase
public String getKnowledgeBase()
-
getDocument
public String getDocument()
-
setProject
public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setProject(String project)
-
setLocation
public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setLocation(String location)
-
setKnowledgeBase
public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setKnowledgeBase(String knowledgeBase)
-
setDocument
public DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder setDocument(String document)
-
build
public DocumentName build()
-
-