Package com.oracle.bmc.aispeech.model
Class EntityList.Builder
- java.lang.Object
-
- com.oracle.bmc.aispeech.model.EntityList.Builder
-
- Enclosing class:
- EntityList
public static class EntityList.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityList.Builderalias(String alias)Alias of existing customization or to associate with new customization created from entityList.EntityListbuild()EntityList.Buildercopy(EntityList model)EntityList.Builderentities(List<Entity> entities)List of entities such as names, words or phrases matching the given entityType to add recognition support forEntityList.BuilderentityType(String entityType)Entity TypeEntityList.Builderid(String id)Entity type OCID
-
-
-
Method Detail
-
alias
public EntityList.Builder alias(String alias)
Alias of existing customization or to associate with new customization created from entityList.- Parameters:
alias- the value to set- Returns:
- this builder
-
id
public EntityList.Builder id(String id)
Entity type OCID- Parameters:
id- the value to set- Returns:
- this builder
-
entityType
public EntityList.Builder entityType(String entityType)
Entity Type- Parameters:
entityType- the value to set- Returns:
- this builder
-
entities
public EntityList.Builder entities(List<Entity> entities)
List of entities such as names, words or phrases matching the given entityType to add recognition support for- Parameters:
entities- the value to set- Returns:
- this builder
-
build
public EntityList build()
-
copy
public EntityList.Builder copy(EntityList model)
-
-