Uses of Class
com.merative.acd.v1.model.NluEntity
- 
Packages that use NluEntity Package Description com.merative.acd.v1.model 
- 
- 
Uses of NluEntity in com.merative.acd.v1.modelMethods in com.merative.acd.v1.model that return NluEntity Modifier and Type Method Description NluEntityContainerGroup. getNluEntity(int index)Gets the NluEntity.NluEntityUnstructuredContainer. getNluEntity(int index)Gets NluEntity.Methods in com.merative.acd.v1.model that return types with arguments of type NluEntity Modifier and Type Method Description java.util.List<NluEntity>ContainerAnnotation. getNluEntities()Gets the NluEntity.java.util.List<NluEntity>ContainerGroup. getNluEntities()Gets the NluEntities.java.util.List<NluEntity>UnstructuredContainer. getNluEntities()Gets the NluEntity.
 
-