Adds an entry to the specified list. Each entry is a new line in the list.
This action is synchronous.
http://localhost:13000/action=AddListLine&Key=phrases&Line=Global financial markets
This action uses port 13000
to instruct IDOL Speech Server, which is located on the local machine, to add the line Global financial markets
to the phrases
list.
Parameter | Description | Required |
---|---|---|
ActionID | A string to use to identify an ACI action. | |
EncryptResponse | Encrypt the output. | |
FileName | The file to write output to. | |
ForceTemplateRefresh | Forces the server to load the template from disk. | |
Key | The list name. | Yes |
Line | The entry to add to the list. | Yes |
Output | Write output to a file. | |
OutputEncoding | The encoding to use for the action output. | |
ResponseFormat | The format of the action output. | |
Template | The template to use for the action output. | |
TemplateParamCSVs | A list of variables to use for the specified template. |
|