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;
| 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.v2beta1.Intent intents = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getIntentsList()
public abstract List<Intent> getIntentsList()The collection of updated or created intents.
repeated .google.cloud.dialogflow.v2beta1.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.v2beta1.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.v2beta1.Intent intents = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.IntentOrBuilder> |
|