Uses of Class
com.oracle.bmc.aispeech.model.EntityList.Builder
-
Packages that use EntityList.Builder Package Description com.oracle.bmc.aispeech.model -
-
Uses of EntityList.Builder in com.oracle.bmc.aispeech.model
Methods in com.oracle.bmc.aispeech.model that return EntityList.Builder Modifier and Type Method Description EntityList.BuilderEntityList.Builder. alias(String alias)Alias of existing customization or to associate with new customization created from entityList.static EntityList.BuilderEntityList. builder()Create a new builder.EntityList.BuilderEntityList.Builder. copy(EntityList model)EntityList.BuilderEntityList.Builder. entities(List<Entity> entities)List of entities such as names, words or phrases matching the given entityType to add recognition support forEntityList.BuilderEntityList.Builder. entityType(String entityType)Entity TypeEntityList.BuilderEntityList.Builder. id(String id)Entity type OCIDEntityList.BuilderEntityList. toBuilder()
-