Język

SkillConversationIdFactory.GetSkillConversationReferenceAsync Metoda

Definicja

Pobierz a SkillConversationReference z podanym ID.

public override System.Threading.Tasks.Task<Microsoft.Bot.Builder.Skills.SkillConversationReference> GetSkillConversationReferenceAsync(string skillConversationId, System.Threading.CancellationToken cancellationToken);
override this.GetSkillConversationReferenceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Skills.SkillConversationReference>
Public Overrides Function GetSkillConversationReferenceAsync (skillConversationId As String, cancellationToken As CancellationToken) As Task(Of SkillConversationReference)

Parametry

skillConversationId
String

Identyfikacja osoby SkillConversationReference do odzyskania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

SkillConversationReference dla określonego ID; Null jeśli nie zostanie znaleziona.

Dotyczy