DialogServiceConnector.ActivityReceived Event

Definition

Signal that an activity was received from the backing dialog. See also ActivityReceivedEventArgs.

public event EventHandler<Microsoft.CognitiveServices.Speech.Dialog.ActivityReceivedEventArgs> ActivityReceived;
member this.ActivityReceived : EventHandler<Microsoft.CognitiveServices.Speech.Dialog.ActivityReceivedEventArgs> 
Public Custom Event ActivityReceived As EventHandler(Of ActivityReceivedEventArgs) 

Event Type

Applies to