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