C# Class Microsoft.R.Host.Client.Session.RSessionInteraction

Inheritance: IRSessionInteraction
Afficher le fichier Open project: Microsoft/RTVS Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
RSessionInteraction ( TaskCompletionSource requestTcs, System.Threading.Tasks.Task responseTask, string prompt, int maxLength, IReadOnlyList contexts ) : System.Collections.Generic
RespondAsync ( string messageText ) : System.Threading.Tasks.Task

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

RSessionInteraction() public méthode

public RSessionInteraction ( TaskCompletionSource requestTcs, System.Threading.Tasks.Task responseTask, string prompt, int maxLength, IReadOnlyList contexts ) : System.Collections.Generic
requestTcs TaskCompletionSource
responseTask System.Threading.Tasks.Task
prompt string
maxLength int
contexts IReadOnlyList
Résultat System.Collections.Generic

RespondAsync() public méthode

public RespondAsync ( string messageText ) : System.Threading.Tasks.Task
messageText string
Résultat System.Threading.Tasks.Task