public class SpeakerPrompt
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Method and Description | 
|---|---|
| String | getError()Gets the error. | 
| String | getPrompt()Gets the prompt. | 
| String | getPromptId()Gets the promptId. | 
| String | getStatus()Gets the status. | 
public String getPrompt()
The user-specified text of the prompt.
public String getPromptId()
The user-specified identifier (name) of the prompt.
public String getStatus()
The status of the prompt: * `processing`: The service received the request to add the prompt and is analyzing the validity of the prompt. * `available`: The service successfully validated the prompt, which is now ready for use in a speech synthesis request. * `failed`: The service's validation of the prompt failed. The status of the prompt includes an `error` field that describes the reason for the failure.
public String getError()
If the status of the prompt is `failed`, an error message that describes the reason for the failure. The field is omitted if no error occurred.
Copyright © 2023 IBM Cloud. All rights reserved.