C# Class ApiAiDemo.VoiceCommands.ApiAiVoiceCommandService
Datei anzeigen
Open project: api-ai/cortana-sample
Public Methods
Method |
Description |
|
Run ( IBackgroundTaskInstance taskInstance ) : void |
|
|
Private Methods
Method |
Description |
|
OnTaskCanceled ( IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason ) : void |
|
|
SendResponse ( string textResponse ) : System.Threading.Tasks.Task |
|
|
VoiceCommandCompleted ( VoiceCommandServiceConnection sender, VoiceCommandCompletedEventArgs args ) : void |
|
|
Method Details
public Run ( IBackgroundTaskInstance taskInstance ) : void |
taskInstance |
IBackgroundTaskInstance |
|
return |
void |
|