Dela via


SendTaskModuleMessageResponse Klass

Definition

public class SendTaskModuleMessageResponse : Microsoft.Bot.Builder.Dialogs.Adaptive.Teams.Actions.BaseTeamsCacheInfoResponseDialog
type SendTaskModuleMessageResponse = class
    inherit BaseTeamsCacheInfoResponseDialog
Public Class SendTaskModuleMessageResponse
Inherits BaseTeamsCacheInfoResponseDialog
Arv
SendTaskModuleMessageResponse

Konstruktorer

SendTaskModuleMessageResponse(String, Int32)

Fält

Kind

Egenskaper

CacheDuration (Ärvd från BaseTeamsCacheInfoResponseDialog)
CacheType (Ärvd från BaseTeamsCacheInfoResponseDialog)
Disabled (Ärvd från BaseTeamsCacheInfoResponseDialog)
Id

Hämtar eller anger ID för dialogrutan.

(Ärvd från Dialog)
Message
Source

Hämtar information om cref="SourceRange"/>.

(Ärvd från Dialog)
TelemetryClient

Hämtar eller anger den som IBotTelemetryClient ska användas för loggning.

(Ärvd från Dialog)

Metoder

BeginDialogAsync(DialogContext, Object, CancellationToken)
ContinueDialogAsync(DialogContext, CancellationToken)

Anropas när dialogrutan fortsätter, där det är den aktiva dialogrutan och användaren svarar med en ny aktivitet.

(Ärvd från Dialog)
CreateMessagingExtensionInvokeResponseActivity(DialogContext, MessagingExtensionResult) (Ärvd från BaseTeamsCacheInfoResponseDialog)
EndDialogAsync(ITurnContext, DialogInstance, DialogReason, CancellationToken)

Anropas när dialogrutan slutar.

(Ärvd från Dialog)
GetCacheInfo(DialogContext) (Ärvd från BaseTeamsCacheInfoResponseDialog)
GetVersion()

Hämtar en unik sträng som representerar versionen av den här dialogrutan. Om versionen ändras mellan svängar genererar dialogsystemet en DialogChanged-händelse.

(Ärvd från Dialog)
OnComputeId()
OnDialogEventAsync(DialogContext, DialogEvent, CancellationToken)

Anropas när en händelse har aktiverats med hjälp DialogContext.emitEvent()av antingen den aktuella dialogrutan eller en dialogruta som den aktuella dialogrutan startade.

(Ärvd från Dialog)
OnPostBubbleEventAsync(DialogContext, DialogEvent, CancellationToken)

Anropades efter att en händelse bubblades till alla föräldrar och hanterades inte.

(Ärvd från Dialog)
OnPreBubbleEventAsync(DialogContext, DialogEvent, CancellationToken)

Anropas innan en händelse bubblas till dess överordnade.

(Ärvd från Dialog)
RegisterSourceLocation(String, Int32)

Registrerar en cref="SourceRange"/> på den angivna platsen.

(Ärvd från Dialog)
RepromptDialogAsync(ITurnContext, DialogInstance, CancellationToken)

Anropas när dialogrutan ska uppmana användaren att ange indata igen.

(Ärvd från Dialog)
ResumeDialogAsync(DialogContext, DialogReason, Object, CancellationToken)

Anropas när en underordnad dialogruta har slutfört den här svängen och returnerar kontrollen till den här dialogrutan.

(Ärvd från Dialog)

Gäller för