Click or drag to resize

ConversationSetSensitivity Method

Sets the conversation sensitivity.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public virtual void SetSensitivity(
	SensitivityLevel sensitivity,
	ConversationCompletionHandler completionHandler
)

Parameters

sensitivity
Type: Avaya.ClientServicesSensitivityLevel
The new conversation sensitivity.
completionHandler
Type: Avaya.ClientServicesConversationCompletionHandler
The completion handler which will be invoked when the operation completes. Operation success or failure is reported through this handler.
See Also