Interface BatchUpdateIntentsResponseOrBuilder (4.49.0)

See more code actions.
public interface BatchUpdateIntentsResponseOrBuilder extends MessageOrBuilder
MessageOrBuilder
public abstract Intent getIntents(int index)

The collection of updated or created intents.

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

Parameter
Name Description
index int
Returns
Type Description
Intent

getIntentsCount()

public abstract int getIntentsCount()

The collection of updated or created intents.

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

Returns
Type Description
int

getIntentsList()

public abstract List<Intent> getIntentsList()

The collection of updated or created intents.

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

Returns
Type Description
List<Intent>

getIntentsOrBuilder(int index)

public abstract IntentOrBuilder getIntentsOrBuilder(int index)

The collection of updated or created intents.

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

Parameter
Name Description
index int
Returns
Type Description
IntentOrBuilder

getIntentsOrBuilderList()

public abstract List<? extends IntentOrBuilder> getIntentsOrBuilderList()

The collection of updated or created intents.

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

Returns
Type Description
List<? extends com.google.cloud.dialogflow.v2.IntentOrBuilder>