SkillConversationIdFactory.GetSkillConversationReferenceAsync Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.