Class AgentName.ProjectLocationAgentBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.AgentName.ProjectLocationAgentBuilder
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationAgentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentNamebuild()StringgetLocation()StringgetProject()AgentName.ProjectLocationAgentBuildersetLocation(String location)AgentName.ProjectLocationAgentBuildersetProject(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()
-
-