Click or drag to resize

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

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,
	int threshold_percent,
	Object pattern_detector_params
)

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.Int32,System.Object)"]

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

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.Int32,System.Object)"]

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.Int32,System.Object)"]

pattern_detector_params
Type: SystemObject

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

Return Value

Type: Talk

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

See Also