public interface ExportIntentsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportIntentsRequest.DataFormat |
getDataFormat()
Optional.
|
int |
getDataFormatValue()
Optional.
|
ExportIntentsRequest.DestinationCase |
getDestinationCase() |
String |
getIntents(int index)
Required.
|
com.google.protobuf.ByteString |
getIntentsBytes(int index)
Required.
|
boolean |
getIntentsContentInline()
Optional.
|
int |
getIntentsCount()
Required.
|
List<String> |
getIntentsList()
Required.
|
String |
getIntentsUri()
Optional.
|
com.google.protobuf.ByteString |
getIntentsUriBytes()
Optional.
|
String |
getParent()
Required.
|
com.google.protobuf.ByteString |
getParentBytes()
Required.
|
boolean |
hasIntentsContentInline()
Optional.
|
boolean |
hasIntentsUri()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getParent()
Required. The name of the parent agent to export intents. 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 name of the parent agent to export intents. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>`.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
List<String> getIntentsList()
Required. The name of the intents to export. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
repeated string intents = 2 [(.google.api.field_behavior) = REQUIRED];int getIntentsCount()
Required. The name of the intents to export. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
repeated string intents = 2 [(.google.api.field_behavior) = REQUIRED];String getIntents(int index)
Required. The name of the intents to export. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
repeated string intents = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the element to return.com.google.protobuf.ByteString getIntentsBytes(int index)
Required. The name of the intents to export. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
repeated string intents = 2 [(.google.api.field_behavior) = REQUIRED];index - The index of the value to return.boolean hasIntentsUri()
Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the intents to. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write 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 = 3 [(.google.api.field_behavior) = OPTIONAL];String getIntentsUri()
Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the intents to. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write 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 = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getIntentsUriBytes()
Optional. The [Google Cloud Storage](https://cloud.google.com/storage/docs/) URI to export the intents to. The format of this URI must be `gs://<bucket-name>/<object-name>`. Dialogflow performs a write operation for the Cloud Storage object on the caller's behalf, so your request authentication must have write 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 = 3 [(.google.api.field_behavior) = OPTIONAL];boolean hasIntentsContentInline()
Optional. The option to return the serialized intents inline.
bool intents_content_inline = 4 [(.google.api.field_behavior) = OPTIONAL];boolean getIntentsContentInline()
Optional. The option to return the serialized intents inline.
bool intents_content_inline = 4 [(.google.api.field_behavior) = OPTIONAL];int getDataFormatValue()
Optional. The data format of the exported intents. If not specified, `BLOB` is assumed.
.google.cloud.dialogflow.cx.v3.ExportIntentsRequest.DataFormat data_format = 5 [(.google.api.field_behavior) = OPTIONAL];
ExportIntentsRequest.DataFormat getDataFormat()
Optional. The data format of the exported intents. If not specified, `BLOB` is assumed.
.google.cloud.dialogflow.cx.v3.ExportIntentsRequest.DataFormat data_format = 5 [(.google.api.field_behavior) = OPTIONAL];
ExportIntentsRequest.DestinationCase getDestinationCase()
Copyright © 2025 Google LLC. All rights reserved.