SkillConversationIdFactory.CreateSkillConversationIdAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new SkillConversationReference.
public override System.Threading.Tasks.Task<string> CreateSkillConversationIdAsync (Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryOptions options, System.Threading.CancellationToken cancellationToken);
override this.CreateSkillConversationIdAsync : Microsoft.Bot.Builder.Skills.SkillConversationIdFactoryOptions * System.Threading.CancellationToken -> System.Threading.Tasks.Task<string>
Public Overrides Function CreateSkillConversationIdAsync (options As SkillConversationIdFactoryOptions, cancellationToken As CancellationToken) As Task(Of String)
Parameters
Creation options to use when creating the SkillConversationReference.
- cancellationToken
- CancellationToken
Cancellation token.
Returns
ID of the created SkillConversationReference.