Click or drag to resize

WaitForPromptsSettings Constructor (String, CallFlowContext, TimeSpan, String, Object, Int32, Int32, Int32, Int32)

Initializes a new instance of the WaitForPromptsSettings class

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public WaitForPromptsSettings(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name_to_record,
	Object pattern_detector_params,
	int threshold_percent,
	int signal_fingerprint_len_ms = 0,
	int fingerprint_hashing_step_ms = 0,
	int etalon_step_ms = 16
)

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

file_name_to_record
Type: SystemString

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

pattern_detector_params
Type: SystemObject

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

threshold_percent
Type: SystemInt32

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

signal_fingerprint_len_ms (Optional)
Type: SystemInt32

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

fingerprint_hashing_step_ms (Optional)
Type: SystemInt32

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

etalon_step_ms (Optional)
Type: SystemInt32

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

See Also