C# Class ApiAiDemo.VoiceCommands.ApiAiVoiceCommandService

Inheritance: IBackgroundTask
Afficher le fichier Open project: api-ai/cortana-sample

Méthodes publiques

Méthode Description
Run ( IBackgroundTaskInstance taskInstance ) : void

Private Methods

Méthode Description
OnTaskCanceled ( IBackgroundTaskInstance sender, BackgroundTaskCancellationReason reason ) : void
SendResponse ( string textResponse ) : System.Threading.Tasks.Task
VoiceCommandCompleted ( VoiceCommandServiceConnection sender, VoiceCommandCompletedEventArgs args ) : void

Method Details

Run() public méthode

public Run ( IBackgroundTaskInstance taskInstance ) : void
taskInstance IBackgroundTaskInstance
Résultat void