Click or drag to resize

TalkSettings Class

Base class for Talk settings. Encapsulates the class constants.
Inheritance Hierarchy

Namespace:  CallFlowFramework.Nodes.Settings
Assembly:  CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntax
[SerializableAttribute]
public abstract class TalkSettings : CallOwnerNodeSettings

The TalkSettings type exposes the following members.

Constructors
  NameDescription
Public methodTalkSettings
Initializes a new instance of the TalkSettings class
Top
Properties
  NameDescription
Public propertyCallName
Gets the name of the call that the node is configured to handle. Never returns null or empty string.
(Inherited from CallOwnerNodeSettings.)
Public propertyCtx
Gets the CallFlowContext
(Inherited from CallFlowSettings.)
Public propertyJitterBufferType
Returns type of the jitter buffer
Public propertyTalkType
Returns Talk type
Public propertyTimeout
Gets the timeout associated with the current node.
(Inherited from CallFlowSettings.)
Public propertyTreatTimeoutAsError
Returns true if the exceeding of talk's timeout indicates an error
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also
Inheritance Hierarchy
SystemObject
  CallFlowFrameworkCallFlowSettings
    CallFlowFramework.Nodes.SettingsCallOwnerNodeSettings
      CallFlowFramework.Nodes.SettingsTalkSettings
        CallFlowFramework.Nodes.SettingsAudioPlayerSettings
        CallFlowFramework.Nodes.SettingsCrossPESQMarkSettings
        CallFlowFramework.Nodes.SettingsDTMFDetectorSettings
        CallFlowFramework.Nodes.SettingsDTMFDetectorWithTextToSpeechSettings
        CallFlowFramework.Nodes.SettingsDTMFSenderSettings
        CallFlowFramework.Nodes.SettingsEchoSettings
        CallFlowFramework.Nodes.SettingsPESQMarkSettings
        CallFlowFramework.Nodes.SettingsRTTSettings
        CallFlowFramework.Nodes.SettingsTextToSpeechSettings
        CallFlowFramework.Nodes.SettingsVoiceRecorderSettings
        CallFlowFramework.Nodes.SettingsVoiceSenderSettings
        CallFlowFramework.Nodes.SettingsWaitForPrompt2Settings
        CallFlowFramework.Nodes.SettingsWaitForPromptSettings
        CallFlowFramework.Nodes.SettingsWaitForPromptsSettings
        CallFlowFramework.Nodes.SettingsWaitForSilenceSettings
        CallFlowFramework.Nodes.SettingsWaitForSoundSettings