SkillConversationIdFactory.GetSkillConversationReferenceAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 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。