Partilhar via


SkillConversationIdFactoryBase.GetSkillConversationReferenceAsync Método

Definição

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.

Aplica-se a