C# Class ApiAiDemo.VoiceCommands.ApiAiVoiceCommandService

Inheritance: IBackgroundTask
Show file 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

Run() public method

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
return void