Click or drag to resize

TalkCreateWaitForSilence Method

Transmitter: Silence Receiver: Silence Detector (silence duration, sec), 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 CreateWaitForSilence(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string file_name,
	TimeSpan silence_duration
)

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

file_name
Type: SystemString

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

silence_duration
Type: SystemTimeSpan

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

Return Value

Type: Talk

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

See Also