EventFactory.CreateHandoffInitiation(ITurnContext, Object, Transcript) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Start-gebeurtenis voor hand-off maken.
public static Microsoft.Bot.Schema.IEventActivity CreateHandoffInitiation (Microsoft.Bot.Builder.ITurnContext turnContext, object handoffContext, Microsoft.Bot.Schema.Transcript transcript = default);
static member CreateHandoffInitiation : Microsoft.Bot.Builder.ITurnContext * obj * Microsoft.Bot.Schema.Transcript -> Microsoft.Bot.Schema.IEventActivity
Public Shared Function CreateHandoffInitiation (turnContext As ITurnContext, handoffContext As Object, Optional transcript As Transcript = Nothing) As IEventActivity
Parameters
- turnContext
- ITurnContext
context draaien.
- handoffContext
- Object
agenthub-specifieke context.
- transcript
- Transcript
transcriptie van het gesprek.
Retouren
handoff-gebeurtenis.