Compartilhar via


SkillConversationIdFactory.GetSkillConversationReferenceAsync Método

Definição

Recupere um SkillConversationReference com a ID especificada.

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)

Parâmetros

skillConversationId
String

A ID do SkillConversationReference a ser recuperado.

cancellationToken
CancellationToken

Token de cancelamento.

Retornos

SkillConversationReference para a ID especificada; nulo se não for encontrado.

Aplica-se a