Class DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.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 Object
Builder for projects/{project}/locations/{location}/knowledgeBases/{knowledge_base}/documents/{document}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationKnowledgeBaseDocumentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DocumentName
build()
String
getDocument()
String
getKnowledgeBase()
String
getLocation()
String
getProject()
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder
setDocument(String document)
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder
setKnowledgeBase(String knowledgeBase)
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder
setLocation(String location)
DocumentName.ProjectLocationKnowledgeBaseDocumentBuilder
setProject(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()
-
-