Dela via


SendMEActionResponse Klass

Definition

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

Konstruktorer

SendMEActionResponse(String, Int32)

Fält

Kind

Egenskaper

CacheDuration (Ärvd från BaseTeamsCacheInfoResponseDialog)
CacheType (Ärvd från BaseTeamsCacheInfoResponseDialog)
Card
CompletionBotId (Ärvd från BaseSendTaskModuleContinueResponse)
Disabled (Ärvd från BaseTeamsCacheInfoResponseDialog)
Height (Ärvd från BaseSendTaskModuleContinueResponse)
Id

Hämtar eller anger ID för dialogrutan.

(Ärvd från Dialog)
Source

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

(Ärvd från Dialog)
TelemetryClient

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

(Ärvd från Dialog)
Title (Ärvd från BaseSendTaskModuleContinueResponse)
Width (Ärvd från BaseSendTaskModuleContinueResponse)

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 avslutas.

(Ä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 varv 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 inte hanterades.

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

Anropas innan en händelse bubblas upp till den överordnade händelsen.

(Ä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