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