Partilhar via


SkillConversationIdFactory.GetSkillConversationReferenceAsync Método

Definição

Obtenha um SkillConversationReference com o ID especificado.

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

O ID do SkillConversationReference a obter.

cancellationToken
CancellationToken

Token de cancelamento.

Devoluções

SkillConversationReference para o ID especificado; nulo, se não for encontrado.

Aplica-se a