Interface ImportIntentsResponseOrBuilder (0.54.0)

public interface ImportIntentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

repeated string intents = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The 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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

repeated string intents = 1 [(.google.api.resource_reference) = { ... }

Parameter
Name Description
index int

The 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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

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/<Project ID>/locations/<Location ID>/agents/<Agent ID>/intents/<Intent ID>.

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.