public interface SubAgentOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnvironment()
public abstract String getEnvironment() Optional. The unique identifier (environment name in dialogflow console)
of this sub-agent environment. Assumes draft environment if environment
is not set.
string environment = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The environment. |
getEnvironmentBytes()
public abstract ByteString getEnvironmentBytes() Optional. The unique identifier (environment name in dialogflow console)
of this sub-agent environment. Assumes draft environment if environment
is not set.
string environment = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for environment. |
getProject()
public abstract String getProject() Required. The project of this agent.
Format: projects/<Project ID> or
projects/<Project ID>/locations/<Location ID>.
string project = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes() Required. The project of this agent.
Format: projects/<Project ID> or
projects/<Project ID>/locations/<Location ID>.
string project = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |