public interface BatchDeleteIntentsRequestOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Intent |
getIntents(int index)
Required.
|
int |
getIntentsCount()
Required.
|
java.util.List<Intent> |
getIntentsList()
Required.
|
IntentOrBuilder |
getIntentsOrBuilder(int index)
Required.
|
java.util.List<? extends IntentOrBuilder> |
getIntentsOrBuilderList()
Required.
|
java.lang.String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.lang.String getParent()
Required. The name of the agent to delete all entities types for. Format: `projects/<Project ID>/agent`.
string parent = 1;ByteString getParentBytes()
Required. The name of the agent to delete all entities types for. Format: `projects/<Project ID>/agent`.
string parent = 1;java.util.List<Intent> getIntentsList()
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 2;Intent getIntents(int index)
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 2;int getIntentsCount()
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 2;java.util.List<? extends IntentOrBuilder> getIntentsOrBuilderList()
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 2;IntentOrBuilder getIntentsOrBuilder(int index)
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 2;