Package com.google.cloud.dialogflow.v2
Class IntentName.ProjectLocationIntentBuilder
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.IntentName.ProjectLocationIntentBuilder
-
- Enclosing class:
- IntentName
@BetaApi("The per-pattern Builders are not stable yet and may be changed in the future.") public static class IntentName.ProjectLocationIntentBuilder extends ObjectBuilder for projects/{project}/locations/{location}/agent/intents/{intent}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProjectLocationIntentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentNamebuild()StringgetIntent()StringgetLocation()StringgetProject()IntentName.ProjectLocationIntentBuildersetIntent(String intent)IntentName.ProjectLocationIntentBuildersetLocation(String location)IntentName.ProjectLocationIntentBuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getIntent
public String getIntent()
-
setProject
public IntentName.ProjectLocationIntentBuilder setProject(String project)
-
setLocation
public IntentName.ProjectLocationIntentBuilder setLocation(String location)
-
setIntent
public IntentName.ProjectLocationIntentBuilder setIntent(String intent)
-
build
public IntentName build()
-
-