The customization ID (GUID) of the custom model. You must make the request with credentials for the instance of the service that owns the custom model.
An audio file that speaks the text of the prompt with intonation and prosody that matches how you would like the prompt to be spoken.
Information about the prompt that is to be added to a custom model. The following example of a
PromptMetadata
object includes both the required prompt text and an optional speaker model ID:
{ "prompt_text": "Thank you and good-bye!", "speaker_id": "823068b2-ed4e-11ea-b6e0-7b6456aa95cc" }
.
The identifier of the prompt that is to be added to the custom model:
_
(underscores) in the ID.Generated using TypeDoc
Parameters for the
addCustomPrompt
operation.