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 Object
Builder for projects/{project}/locations/{location}/agent/intents/{intent}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ProjectLocationIntentBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentName
build()
String
getIntent()
String
getLocation()
String
getProject()
IntentName.ProjectLocationIntentBuilder
setIntent(String intent)
IntentName.ProjectLocationIntentBuilder
setLocation(String location)
IntentName.ProjectLocationIntentBuilder
setProject(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()
-
-