共用方式為


SkillConversationIdFactory.GetSkillConversationReferenceAsync 方法

定義

擷取 SkillConversationReference 具有指定識別碼的 。

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)

參數

skillConversationId
String

要擷取的 識別碼 SkillConversationReference

cancellationToken
CancellationToken

取消權杖。

傳回

SkillConversationReference 為指定的識別碼;如果找不到,則為 null。

適用於