Class IntentName.Builder (0.54.0)

public static class IntentName.Builder

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

Inheritance

java.lang.Object > IntentName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public IntentName build()
Returns
Type Description
IntentName

getAgent()

public String getAgent()
Returns
Type Description
String

getIntent()

public String getIntent()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

setAgent(String agent)

public IntentName.Builder setAgent(String agent)
Parameter
Name Description
agent String
Returns
Type Description
IntentName.Builder

setIntent(String intent)

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

setLocation(String location)

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

setProject(String project)

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