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