SkillConversationIdFactoryBase.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.
Obtém a SkillConversationReference utilização durante CreateSkillConversationIdAsync(SkillConversationIdFactoryOptions, CancellationToken) para um skillConversationId.
public virtual System.Threading.Tasks.Task<Microsoft.Bot.Builder.Skills.SkillConversationReference> GetSkillConversationReferenceAsync (string skillConversationId, System.Threading.CancellationToken cancellationToken);
abstract member GetSkillConversationReferenceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Skills.SkillConversationReference>
override this.GetSkillConversationReferenceAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Bot.Builder.Skills.SkillConversationReference>
Public Overridable Function GetSkillConversationReferenceAsync (skillConversationId As String, cancellationToken As CancellationToken) As Task(Of SkillConversationReference)
Parâmetros
- skillConversationId
- String
Um conversationId de competências criado com CreateSkillConversationIdAsync(SkillConversationIdFactoryOptions, CancellationToken).
- cancellationToken
- CancellationToken
Um token de cancelamento.
Devoluções
O chamador é ConversationReference para uma skillConversationId, com originingAudience. Nulo se não for encontrado.