Class IntentName.ProjectLocationIntentBuilder (4.49.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
Type Description
IntentName

getIntent()

public String getIntent()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setIntent(String intent)

public IntentName.ProjectLocationIntentBuilder setIntent(String intent)
Parameter
Name Description
intent String
Returns
Type Description
IntentName.ProjectLocationIntentBuilder

setLocation(String location)

public IntentName.ProjectLocationIntentBuilder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
IntentName.ProjectLocationIntentBuilder

setProject(String project)

public IntentName.ProjectLocationIntentBuilder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
IntentName.ProjectLocationIntentBuilder