AgentApplicationOptions.StartTypingTimer Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Optional. If true, the Agent will automatically start a typing timer when messages are received. This allows the Agent to automatically indicate that it's received the message and is processing the request. Defaults to true.
public bool StartTypingTimer { get; set; }
member this.StartTypingTimer : bool with get, set
Public Property StartTypingTimer As Boolean