Udostępnij za pośrednictwem


SkillConversationIdFactory.GetSkillConversationReferenceAsync Metoda

Definicja

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.

Dotyczy