Click or drag to resize

TalkCreateTextToSpeech Method

Transmitter: DTMF Receiver: SimpleHeaderParser

Namespace:  CallFlowFramework.Nodes
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
public static Talk CreateTextToSpeech(
	string call_name,
	CallFlowContext ctx,
	TimeSpan timeout,
	string text,
	string voice_name,
	int rate,
	int volume
)

Parameters

call_name
Type: SystemString

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

ctx
Type: CallFlowFrameworkCallFlowContext

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

timeout
Type: SystemTimeSpan

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

text
Type: SystemString

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

voice_name
Type: SystemString

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

rate
Type: SystemInt32

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

volume
Type: SystemInt32

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

Return Value

Type: Talk

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

See Also