SkillConversationIdFactory.GetSkillConversationReferenceAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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.