Uses of Class
com.ibm.watson.assistant.v1.model.CaptureGroup
Package | Description |
---|---|
com.ibm.watson.assistant.v1.model |
-
Uses of CaptureGroup in com.ibm.watson.assistant.v1.model
Methods in com.ibm.watson.assistant.v1.model that return CaptureGroup Modifier and Type Method Description CaptureGroup
CaptureGroup.Builder. build()
Builds a CaptureGroup.Methods in com.ibm.watson.assistant.v1.model that return types with arguments of type CaptureGroup Modifier and Type Method Description List<CaptureGroup>
RuntimeEntity. groups()
Gets the groups.Methods in com.ibm.watson.assistant.v1.model with parameters of type CaptureGroup Modifier and Type Method Description RuntimeEntity.Builder
RuntimeEntity.Builder. addGroups(CaptureGroup groups)
Adds an groups to groups.Method parameters in com.ibm.watson.assistant.v1.model with type arguments of type CaptureGroup Modifier and Type Method Description RuntimeEntity.Builder
RuntimeEntity.Builder. groups(List<CaptureGroup> groups)
Set the groups.