Class AgentName.ProjectLocationAgentBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.AgentName.ProjectLocationAgentBuilder
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationAgentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentName
build()
String
getLocation()
String
getProject()
AgentName.ProjectLocationAgentBuilder
setLocation(String location)
AgentName.ProjectLocationAgentBuilder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
setProject
public AgentName.ProjectLocationAgentBuilder setProject(String project)
-
setLocation
public AgentName.ProjectLocationAgentBuilder setLocation(String location)
-
build
public AgentName build()
-
-