ConversationBaseOnPartialResponseReceived Event |
[Missing <summary> documentation for "E:MicrosoftProjectOxford.ConversationBase.OnPartialResponseReceived"]
Namespace: MicrosoftProjectOxfordAssembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntaxpublic event EventHandler<PartialSpeechResponseEventArgs> OnPartialResponseReceived
Public Event OnPartialResponseReceived As EventHandler(Of PartialSpeechResponseEventArgs)
public:
event EventHandler<PartialSpeechResponseEventArgs^>^ OnPartialResponseReceived {
void add (EventHandler<PartialSpeechResponseEventArgs^>^ value);
void remove (EventHandler<PartialSpeechResponseEventArgs^>^ value);
}
member OnPartialResponseReceived : IEvent<EventHandler<PartialSpeechResponseEventArgs>,
PartialSpeechResponseEventArgs>
Value
Type:
SystemEventHandlerPartialSpeechResponseEventArgs
See Also