Class IntentName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3beta1.IntentName.Builder
-
- Enclosing class:
- IntentName
public static class IntentName.Builder extends Object
Builder for projects/{project}/locations/{location}/agents/{agent}/intents/{intent}.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentNamebuild()StringgetAgent()StringgetIntent()StringgetLocation()StringgetProject()IntentName.BuildersetAgent(String agent)IntentName.BuildersetIntent(String intent)IntentName.BuildersetLocation(String location)IntentName.BuildersetProject(String project)
-
-
-
Method Detail
-
getProject
public String getProject()
-
getLocation
public String getLocation()
-
getAgent
public String getAgent()
-
getIntent
public String getIntent()
-
setProject
public IntentName.Builder setProject(String project)
-
setLocation
public IntentName.Builder setLocation(String location)
-
setAgent
public IntentName.Builder setAgent(String agent)
-
setIntent
public IntentName.Builder setIntent(String intent)
-
build
public IntentName build()
-
-