public interface BatchUpdateEntityTypesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEntityTypes(int index)
public abstract EntityType getEntityTypes(int index)The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntityType |
|
getEntityTypesCount()
public abstract int getEntityTypesCount()The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Returns | |
|---|---|
| Type | Description |
int |
|
getEntityTypesList()
public abstract List<EntityType> getEntityTypesList()The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<EntityType> |
|
getEntityTypesOrBuilder(int index)
public abstract EntityTypeOrBuilder getEntityTypesOrBuilder(int index)The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
EntityTypeOrBuilder |
|
getEntityTypesOrBuilderList()
public abstract List<? extends EntityTypeOrBuilder> getEntityTypesOrBuilderList()The collection of updated or created entity types.
repeated .google.cloud.dialogflow.v2beta1.EntityType entity_types = 1;
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.dialogflow.v2beta1.EntityTypeOrBuilder> |
|