public static class IntentName.Builder extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
Builder() |
| Modifier and Type | Method and 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) |
public String getProject()
public String getLocation()
public String getAgent()
public String getIntent()
public IntentName.Builder setProject(String project)
public IntentName.Builder setLocation(String location)
public IntentName.Builder setAgent(String agent)
public IntentName.Builder setIntent(String intent)
public IntentName build()
Copyright © 2025 Google LLC. All rights reserved.