Język

SkillConversationIdFactoryBase.GetSkillConversationReferenceAsync Metoda

Definicja

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

Parametry

skillConversationId
String

Umiejętność rozmowy stworzona za pomocą CreateSkillConversationIdAsync(SkillConversationIdFactoryOptions, CancellationToken).

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dzwoniący to ConversationReference skillConversationId, z originatingAudience. Zerowe, jeśli nie znajdziesz.

Dotyczy