Click or drag to resize

TalkCreateWaitForPrompt Method

Transmitter: Silence Receiver: Pattern Correlator (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 CreateWaitForPrompt(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name_to_record,
	string pattern_file_name,
	int threshold_percent
)

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

file_name_to_record
Type: SystemString

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

pattern_file_name
Type: SystemString

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

threshold_percent
Type: SystemInt32

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

Return Value

Type: Talk

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

See Also