TalkFactoryTalkType Property |
Gets or sets the type of the talk node that the factory creates and configures.
Namespace:
CallFlowFramework.Factories
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic TalkType TalkType { get; set; }
public:
property TalkType TalkType {
TalkType get ();
void set (TalkType value);
}
Property Value
Type:
TalkType
See Also