Sdílet prostřednictvím


SkillConversationIdFactoryBase.GetSkillConversationReferenceAsync Metoda

Definice

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

Id konverzace dovednosti vytvořené pomocí CreateSkillConversationIdAsync(SkillConversationIdFactoryOptions, CancellationToken).

cancellationToken
CancellationToken

Token zrušení.

Návraty

Volající je ConversationReference pro skillConversationId, s původemAudience. Pokud není nalezena hodnota Null.

Platí pro