Class FulfillmentName.ProjectLocationBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2beta1.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 ObjectBuilder for projects/{project}/locations/{location}/agent/fulfillment.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FulfillmentNamebuild()StringgetLocation()StringgetProject()FulfillmentName.ProjectLocationBuildersetLocation(String location)FulfillmentName.ProjectLocationBuildersetProject(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()
-
-