public static class BulkClassifyUtterance.Builder extends Object
| Constructor and Description | 
|---|
| Builder()Instantiates a new builder. | 
| Builder(String text)Instantiates a new builder with required properties. | 
| Modifier and Type | Method and Description | 
|---|---|
| BulkClassifyUtterance | build()Builds a BulkClassifyUtterance. | 
| BulkClassifyUtterance.Builder | text(String text)Set the text. | 
public Builder()
public Builder(String text)
text - the textpublic BulkClassifyUtterance build()
public BulkClassifyUtterance.Builder text(String text)
text - the textCopyright © 2023 IBM Cloud. All rights reserved.