public interface ExportIntentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ExportIntentsResponse.IntentsCase |
getIntentsCase() |
InlineDestination |
getIntentsContent()
Uncompressed byte content for intents.
|
InlineDestinationOrBuilder |
getIntentsContentOrBuilder()
Uncompressed byte content for intents.
|
String |
getIntentsUri()
The URI to a file containing the exported intents.
|
com.google.protobuf.ByteString |
getIntentsUriBytes()
The URI to a file containing the exported intents.
|
boolean |
hasIntentsContent()
Uncompressed byte content for intents.
|
boolean |
hasIntentsUri()
The URI to a file containing the exported intents.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasIntentsUri()
The URI to a file containing the exported intents. This field is populated only if `intents_uri` is specified in [ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
string intents_uri = 1;String getIntentsUri()
The URI to a file containing the exported intents. This field is populated only if `intents_uri` is specified in [ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
string intents_uri = 1;com.google.protobuf.ByteString getIntentsUriBytes()
The URI to a file containing the exported intents. This field is populated only if `intents_uri` is specified in [ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
string intents_uri = 1;boolean hasIntentsContent()
Uncompressed byte content for intents. This field is populated only if `intents_content_inline` is set to true in [ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
.google.cloud.dialogflow.cx.v3.InlineDestination intents_content = 2;InlineDestination getIntentsContent()
Uncompressed byte content for intents. This field is populated only if `intents_content_inline` is set to true in [ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
.google.cloud.dialogflow.cx.v3.InlineDestination intents_content = 2;InlineDestinationOrBuilder getIntentsContentOrBuilder()
Uncompressed byte content for intents. This field is populated only if `intents_content_inline` is set to true in [ExportIntentsRequest][google.cloud.dialogflow.cx.v3.ExportIntentsRequest].
.google.cloud.dialogflow.cx.v3.InlineDestination intents_content = 2;ExportIntentsResponse.IntentsCase getIntentsCase()
Copyright © 2025 Google LLC. All rights reserved.