public interface SubAgentOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEnvironment()
Optional.
|
ByteString |
getEnvironmentBytes()
Optional.
|
String |
getProject()
Required.
|
ByteString |
getProjectBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getProject()
Required. The project of this agent. Format: `projects/<Project ID>` or `projects/<Project ID>/locations/<Location ID>`.
string project = 1;
ByteString getProjectBytes()
Required. The project of this agent. Format: `projects/<Project ID>` or `projects/<Project ID>/locations/<Location ID>`.
string project = 1;
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;
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;
Copyright © 2022 Google LLC. All rights reserved.