public interface BatchUpdateIntentsResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getIntents(int index)
public abstract Intent getIntents(int index)The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
| Name | Description |
| index | int |
| Type | Description |
| Intent |
getIntentsCount()
public abstract int getIntentsCount()The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
| Type | Description |
| int |
getIntentsList()
public abstract List<Intent> getIntentsList()The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
| Type | Description |
| 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;
| Name | Description |
| index | int |
| Type | Description |
| IntentOrBuilder |
getIntentsOrBuilderList()
public abstract List<? extends IntentOrBuilder> getIntentsOrBuilderList()The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.Intent intents = 1;
| Type | Description |
| List<? extends com.google.cloud.dialogflow.v2beta1.IntentOrBuilder> |