public interface ImportIntentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getConflictingResources()
public abstract ImportIntentsResponse.ConflictingResources getConflictingResources()Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportIntentsRequest.
.google.cloud.dialogflow.cx.v3beta1.ImportIntentsResponse.ConflictingResources conflicting_resources = 2;
| Returns | |
|---|---|
| Type | Description |
ImportIntentsResponse.ConflictingResources |
The conflictingResources. |
getConflictingResourcesOrBuilder()
public abstract ImportIntentsResponse.ConflictingResourcesOrBuilder getConflictingResourcesOrBuilder()Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportIntentsRequest.
.google.cloud.dialogflow.cx.v3beta1.ImportIntentsResponse.ConflictingResources conflicting_resources = 2;
| Returns | |
|---|---|
| Type | Description |
ImportIntentsResponse.ConflictingResourcesOrBuilder |
|
getIntents(int index)
public abstract 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the element to return. |
| Returns | |
|---|---|
| Type | Description |
String |
The intents at the given index. |
getIntentsBytes(int index)
public abstract 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) = { ... }
| Parameter | |
|---|---|
| Name | Description |
index |
intThe index of the value to return. |
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes of the intents at the given index. |
getIntentsCount()
public abstract 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) = { ... }
| Returns | |
|---|---|
| Type | Description |
int |
The count of intents. |
getIntentsList()
public abstract List<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) = { ... }
| Returns | |
|---|---|
| Type | Description |
List<String> |
A list containing the intents. |
hasConflictingResources()
public abstract boolean hasConflictingResources()Info which resources have conflicts when REPORT_CONFLICT merge_option is set in ImportIntentsRequest.
.google.cloud.dialogflow.cx.v3beta1.ImportIntentsResponse.ConflictingResources conflicting_resources = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the conflictingResources field is set. |