Class Prompts
java.lang.Object
com.ibm.cloud.sdk.core.service.model.GenericModel
com.ibm.watson.text_to_speech.v1.model.Prompts
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class Prompts
extends com.ibm.cloud.sdk.core.service.model.GenericModel
Information about the custom prompts that are defined for a custom model.
-
Constructor Summary
Constructors Constructor Description Prompts()
-
Method Summary
Modifier and Type Method Description List<Prompt>
getPrompts()
Gets the prompts.Methods inherited from class com.ibm.cloud.sdk.core.service.model.GenericModel
equals, hashCode, toString
-
Constructor Details
-
Prompts
public Prompts()
-
-
Method Details
-
getPrompts
Gets the prompts.An array of `Prompt` objects that provides information about the prompts that are defined for the specified custom model. The array is empty if no prompts are defined for the custom model.
- Returns:
- the prompts
-