public interface BatchDeleteIntentsRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Intent |
getIntents(int index)
Required.
|
int |
getIntentsCount()
Required.
|
List<Intent> |
getIntentsList()
Required.
|
IntentOrBuilder |
getIntentsOrBuilder(int index)
Required.
|
List<? extends IntentOrBuilder> |
getIntentsOrBuilderList()
Required.
|
String |
getParent()
Required.
|
ByteString |
getParentBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getParent()
Required. The name of the agent to delete all entities types for. Format: `projects/<Project ID>/agent`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
ByteString getParentBytes()
Required. The name of the agent to delete all entities types for. Format: `projects/<Project ID>/agent`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<Intent> getIntentsList()
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2.Intent intents = 2 [(.google.api.field_behavior) = REQUIRED];
Intent getIntents(int index)
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2.Intent intents = 2 [(.google.api.field_behavior) = REQUIRED];
int getIntentsCount()
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2.Intent intents = 2 [(.google.api.field_behavior) = REQUIRED];
List<? extends IntentOrBuilder> getIntentsOrBuilderList()
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2.Intent intents = 2 [(.google.api.field_behavior) = REQUIRED];
IntentOrBuilder getIntentsOrBuilder(int index)
Required. The collection of intents to delete. Only intent `name` must be filled in.
repeated .google.cloud.dialogflow.v2.Intent intents = 2 [(.google.api.field_behavior) = REQUIRED];
Copyright © 2022 Google LLC. All rights reserved.