Click or drag to resize

TalkCreateWaitForPrompts Method (String, CallFlowContext, TimeSpan, String, ListString, Int32, Int32, Int32, Int32)

Transmitter: Silence Receiver: Audio Pattern Searcher (threshold, %), File Recorder (file name)

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public static Talk CreateWaitForPrompts(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name_to_record,
	List<string> pattern_file_names,
	int signal_fingerprint_len_ms,
	int fingerprint_hashing_step_ms,
	int etalon_step_ms,
	int threshold_percent
)

Parameters

call_name
Type: SystemString

[Missing <param name="call_name"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]

ctx
Type: CallFlowFrameworkCallFlowContext

[Missing <param name="ctx"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]

timeout
Type: SystemTimeSpan

[Missing <param name="timeout"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{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.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]

pattern_file_names
Type: System.Collections.GenericListString

[Missing <param name="pattern_file_names"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]

signal_fingerprint_len_ms
Type: SystemInt32

[Missing <param name="signal_fingerprint_len_ms"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]

fingerprint_hashing_step_ms
Type: SystemInt32

[Missing <param name="fingerprint_hashing_step_ms"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]

etalon_step_ms
Type: SystemInt32

[Missing <param name="etalon_step_ms"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]

threshold_percent
Type: SystemInt32

[Missing <param name="threshold_percent"/> documentation for "M:CallFlowFramework.Nodes.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]

Return Value

Type: Talk

[Missing <returns> documentation for "M:CallFlowFramework.Nodes.Talk.CreateWaitForPrompts(System.String,CallFlowFramework.CallFlowContext,System.TimeSpan,System.String,System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]

See Also