Click or drag to resize

DTMFDetectorWithTextToSpeechSettings Constructor

Initializes a new instance of the DTMFDetectorWithTextToSpeechSettings class

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public DTMFDetectorWithTextToSpeechSettings(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name_to_record,
	string detected_sequence,
	bool skip_dtmf,
	bool skip_silence,
	string text,
	string voice_name,
	int rate,
	int volume
)

Parameters

call_name
Type: SystemString

[Missing <param name="call_name"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

ctx
Type: CallFlowFrameworkCallFlowContext

[Missing <param name="ctx"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

file_name_to_record
Type: SystemString

[Missing <param name="file_name_to_record"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

detected_sequence
Type: SystemString

[Missing <param name="detected_sequence"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

skip_dtmf
Type: SystemBoolean

[Missing <param name="skip_dtmf"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

skip_silence
Type: SystemBoolean

[Missing <param name="skip_silence"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

text
Type: SystemString

[Missing <param name="text"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

voice_name
Type: SystemString

[Missing <param name="voice_name"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

rate
Type: SystemInt32

[Missing <param name="rate"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

volume
Type: SystemInt32

[Missing <param name="volume"/> documentation for "M:CallFlowFramework.Nodes.Settings.DTMFDetectorWithTextToSpeechSettings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Boolean,System.Boolean,System.String,System.String,System.Int32,System.Int32)"]

See Also