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.Builder
EntityList.Builder. alias(String alias)
Alias of existing customization or to associate with new customization created from entityList.static EntityList.Builder
EntityList. builder()
Create a new builder.EntityList.Builder
EntityList.Builder. copy(EntityList model)
EntityList.Builder
EntityList.Builder. entities(List<Entity> entities)
List of entities such as names, words or phrases matching the given entityType to add recognition support forEntityList.Builder
EntityList.Builder. entityType(String entityType)
Entity TypeEntityList.Builder
EntityList.Builder. id(String id)
Entity type OCIDEntityList.Builder
EntityList. toBuilder()
-