Class IntentName.ProjectLocationIntentBuilder (4.43.0)

public static class IntentName.ProjectLocationIntentBuilder

Builder for projects/{project}/locations/{location}/agent/intents/{intent}.

Inheritance

java.lang.Object > IntentName.ProjectLocationIntentBuilder

Constructors

ProjectLocationIntentBuilder()

protected ProjectLocationIntentBuilder()

Methods

build()

public IntentName build()
Returns
TypeDescription
IntentName

getIntent()

public String getIntent()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

setIntent(String intent)

public IntentName.ProjectLocationIntentBuilder setIntent(String intent)
Parameter
NameDescription
intentString
Returns
TypeDescription
IntentName.ProjectLocationIntentBuilder

setLocation(String location)

public IntentName.ProjectLocationIntentBuilder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
IntentName.ProjectLocationIntentBuilder

setProject(String project)

public IntentName.ProjectLocationIntentBuilder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
IntentName.ProjectLocationIntentBuilder