Click or drag to resize

WaitForPrompt2Settings Constructor

Initializes a new instance of the WaitForPrompt2Settings class

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public WaitForPrompt2Settings(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name_to_record,
	string pattern_file_name,
	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.WaitForPrompt2Settings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:CallFlowFramework.Nodes.Settings.WaitForPrompt2Settings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,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.WaitForPrompt2Settings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

pattern_file_name
Type: SystemString

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

threshold_percent
Type: SystemInt32

[Missing <param name="threshold_percent"/> documentation for "M:CallFlowFramework.Nodes.Settings.WaitForPrompt2Settings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,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.WaitForPrompt2Settings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,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.WaitForPrompt2Settings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,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.WaitForPrompt2Settings.#ctor(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.String,System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also