PromptSetCreatePrompt(String, String, String) Method

Creates new initialized Prompt object which can be assigned to the promptset (see Prompts)

Definition

Namespace: TCX.Configuration
Assembly: 3cxpscomcpp2 (in 3cxpscomcpp2.dll) Version: 20.0.1
C#
Prompt CreatePrompt(
	string id,
	string filename,
	string transcription
)

Parameters

id  String
ID
filename  String
Filename
transcription  String
Transcription

Return Value

Prompt

See Also