Class IntentName.Builder
- java.lang.Object
-
- com.google.cloud.dialogflow.cx.v3.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 protected
Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IntentName
build()
String
getAgent()
String
getIntent()
String
getLocation()
String
getProject()
IntentName.Builder
setAgent(String agent)
IntentName.Builder
setIntent(String intent)
IntentName.Builder
setLocation(String location)
IntentName.Builder
setProject(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()
-
-