Interface BatchUpdateIntentsResponseOrBuilder (4.47.0)

public interface BatchUpdateIntentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getIntents(int index)

public abstract Intent getIntents(int index)

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Intent

getIntentsCount()

public abstract int getIntentsCount()

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Returns
TypeDescription
int

getIntentsList()

public abstract List<Intent> getIntentsList()

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Returns
TypeDescription
List<Intent>

getIntentsOrBuilder(int index)

public abstract IntentOrBuilder getIntentsOrBuilder(int index)

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
IntentOrBuilder

getIntentsOrBuilderList()

public abstract List<? extends IntentOrBuilder> getIntentsOrBuilderList()

The collection of updated or created intents.

repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;

Returns
TypeDescription
List<? extends com.google.cloud.dialogflow.v2beta1.IntentOrBuilder>