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 element SkillConversationReference o określonym identyfikatorze.
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
Identyfikator do SkillConversationReference pobrania.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
SkillConversationReference dla określonego identyfikatora; wartość null, jeśli nie zostanie znaleziona.