Package com.google.cloud.dialogflow.v2
Class FulfillmentName.ProjectLocationBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.FulfillmentName.ProjectLocationBuilder
-
- Enclosing class:
- FulfillmentName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class FulfillmentName.ProjectLocationBuilder extends Object
Builder for projects/{project}/locations/{location}/agent/fulfillment.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FulfillmentName
build()
String
getLocation()
String
getProject()
FulfillmentName.ProjectLocationBuilder
setLocation(String location)
FulfillmentName.ProjectLocationBuilder
setProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
setProject
public FulfillmentName.ProjectLocationBuilder setProject(String project)
-
setLocation
public FulfillmentName.ProjectLocationBuilder setLocation(String location)
-
build
public FulfillmentName build()
-
-