public class SpeakerCustomModel
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Constructor and Description | 
|---|
SpeakerCustomModel()  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCustomizationId()
Gets the customizationId. 
 | 
List<SpeakerPrompt> | 
getPrompts()
Gets the prompts. 
 | 
public String getCustomizationId()
The customization ID (GUID) of a custom model for which the speaker has defined one or more prompts.
public List<SpeakerPrompt> getPrompts()
An array of `SpeakerPrompt` objects that provides information about each prompt that the user has defined for the custom model.
Copyright © 2021 IBM Cloud. All rights reserved.