public static class EntityList.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
EntityList.Builder |
alias(String alias)
Alias of existing customization or to associate with new customization created from
entityList.
|
EntityList |
build() |
EntityList.Builder |
copy(EntityList model) |
EntityList.Builder |
entities(List<Entity> entities)
List of entities such as names, words or phrases matching the given entityType to add
recognition support for
|
EntityList.Builder |
entityType(String entityType)
Entity Type
|
EntityList.Builder |
id(String id)
Entity type OCID
|
public EntityList.Builder alias(String alias)
Alias of existing customization or to associate with new customization created from entityList.
alias
- the value to setpublic EntityList.Builder id(String id)
Entity type OCID
id
- the value to setpublic EntityList.Builder entityType(String entityType)
Entity Type
entityType
- the value to setpublic EntityList.Builder entities(List<Entity> entities)
List of entities such as names, words or phrases matching the given entityType to add recognition support for
entities
- the value to setpublic EntityList build()
public EntityList.Builder copy(EntityList model)
Copyright © 2016–2024. All rights reserved.