public interface ImportIntentsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ImportIntentsResponse.ConflictingResources |
getConflictingResources()
Info which resources have conflicts when
[REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is
set in ImportIntentsRequest.
|
ImportIntentsResponse.ConflictingResourcesOrBuilder |
getConflictingResourcesOrBuilder()
Info which resources have conflicts when
[REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is
set in ImportIntentsRequest.
|
String |
getIntents(int index)
The unique identifier of the imported intents.
|
com.google.protobuf.ByteString |
getIntentsBytes(int index)
The unique identifier of the imported intents.
|
int |
getIntentsCount()
The unique identifier of the imported intents.
|
List<String> |
getIntentsList()
The unique identifier of the imported intents.
|
boolean |
hasConflictingResources()
Info which resources have conflicts when
[REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is
set in ImportIntentsRequest.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getIntentsList()
The unique identifier of the imported intents. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
repeated string intents = 1 [(.google.api.resource_reference) = { ... }int getIntentsCount()
The unique identifier of the imported intents. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
repeated string intents = 1 [(.google.api.resource_reference) = { ... }String getIntents(int index)
The unique identifier of the imported intents. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
repeated string intents = 1 [(.google.api.resource_reference) = { ... }index - The index of the element to return.com.google.protobuf.ByteString getIntentsBytes(int index)
The unique identifier of the imported intents. Format: `projects/<ProjectID>/locations/<LocationID>/agents/<AgentID>/intents/<IntentID>`.
repeated string intents = 1 [(.google.api.resource_reference) = { ... }index - The index of the value to return.boolean hasConflictingResources()
Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.
.google.cloud.dialogflow.cx.v3.ImportIntentsResponse.ConflictingResources conflicting_resources = 2;
ImportIntentsResponse.ConflictingResources getConflictingResources()
Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.
.google.cloud.dialogflow.cx.v3.ImportIntentsResponse.ConflictingResources conflicting_resources = 2;
ImportIntentsResponse.ConflictingResourcesOrBuilder getConflictingResourcesOrBuilder()
Info which resources have conflicts when [REPORT_CONFLICT][ImportIntentsResponse.REPORT_CONFLICT] merge_option is set in ImportIntentsRequest.
.google.cloud.dialogflow.cx.v3.ImportIntentsResponse.ConflictingResources conflicting_resources = 2;
Copyright © 2025 Google LLC. All rights reserved.