public interface ImportIntentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportIntentsRequest.IntentsCase |
getIntentsCase() |
InlineSource |
getIntentsContent()
Uncompressed byte content of intents.
|
InlineSourceOrBuilder |
getIntentsContentOrBuilder()
Uncompressed byte content of intents.
|
String |
getIntentsUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
to import intents from.
|
com.google.protobuf.ByteString |
getIntentsUriBytes()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
to import intents from.
|
ImportIntentsRequest.MergeOption |
getMergeOption()
Merge option for importing intents.
|
int |
getMergeOptionValue()
Merge option for importing intents.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasIntentsContent()
Uncompressed byte content of intents.
|
boolean |
hasIntentsUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI
to import intents from.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The agent to import the intents into. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getParentBytes()
Required. The agent to import the intents into. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
boolean hasIntentsUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to import intents from. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string intents_uri = 2;String getIntentsUri()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to import intents from. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string intents_uri = 2;com.google.protobuf.ByteString getIntentsUriBytes()
The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to import intents from. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a read operation for the Cloud Storage object on the caller's behalf, so your request authentication must have read permissions for the object. For more information, see [Dialogflow access control](https://cloud.google.com/dialogflow/cx/docs/concept/access-control#storage).
string intents_uri = 2;boolean hasIntentsContent()
Uncompressed byte content of intents.
.google.cloud.dialogflow.cx.v3.InlineSource intents_content = 3;InlineSource getIntentsContent()
Uncompressed byte content of intents.
.google.cloud.dialogflow.cx.v3.InlineSource intents_content = 3;InlineSourceOrBuilder getIntentsContentOrBuilder()
Uncompressed byte content of intents.
.google.cloud.dialogflow.cx.v3.InlineSource intents_content = 3;int getMergeOptionValue()
Merge option for importing intents. If not specified, `REJECT` is assumed.
.google.cloud.dialogflow.cx.v3.ImportIntentsRequest.MergeOption merge_option = 4;ImportIntentsRequest.MergeOption getMergeOption()
Merge option for importing intents. If not specified, `REJECT` is assumed.
.google.cloud.dialogflow.cx.v3.ImportIntentsRequest.MergeOption merge_option = 4;ImportIntentsRequest.IntentsCase getIntentsCase()
Copyright © 2025 Google LLC. All rights reserved.