SendTabAuthResponse Class
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.
public class SendTabAuthResponse : Microsoft.Bot.Builder.Dialogs.Adaptive.Teams.Actions.BaseAuthResponseDialog
type SendTabAuthResponse = class
inherit BaseAuthResponseDialog
Public Class SendTabAuthResponse
Inherits BaseAuthResponseDialog
- Inheritance
Constructors
SendTabAuthResponse(String, Int32) |
Fields
Kind |
Properties
CacheDuration | (Inherited from BaseTeamsCacheInfoResponseDialog) |
CacheType | (Inherited from BaseTeamsCacheInfoResponseDialog) |
ConnectionName | (Inherited from BaseAuthResponseDialog) |
Disabled | (Inherited from BaseTeamsCacheInfoResponseDialog) |
Id |
Gets or sets id for the dialog. (Inherited from Dialog) |
Property | (Inherited from BaseAuthResponseDialog) |
Source |
Gets the information of the cref="SourceRange"/>. (Inherited from Dialog) |
TelemetryClient |
Gets or sets the IBotTelemetryClient to use for logging. (Inherited from Dialog) |
Title | (Inherited from BaseAuthResponseDialog) |
Methods
BeginDialogAsync(DialogContext, Object, CancellationToken) | (Inherited from BaseAuthResponseDialog) |
ContinueDialogAsync(DialogContext, CancellationToken) |
Called when the dialog is continued, where it is the active dialog and the user replies with a new activity. (Inherited from Dialog) |
CreateMessagingExtensionInvokeResponseActivity(DialogContext, MessagingExtensionResult) | (Inherited from BaseTeamsCacheInfoResponseDialog) |
CreateOAuthInvokeResponseActivity(DialogContext, CardAction) | |
EndDialogAsync(ITurnContext, DialogInstance, DialogReason, CancellationToken) |
Called when the dialog is ending. (Inherited from Dialog) |
GetCacheInfo(DialogContext) | (Inherited from BaseTeamsCacheInfoResponseDialog) |
GetVersion() |
Gets a unique string which represents the version of this dialog. If the version changes between turns the dialog system will emit a DialogChanged event. (Inherited from Dialog) |
OnComputeId() | |
OnDialogEventAsync(DialogContext, DialogEvent, CancellationToken) |
Called when an event has been raised, using |
OnPostBubbleEventAsync(DialogContext, DialogEvent, CancellationToken) |
Called after an event was bubbled to all parents and wasn't handled. (Inherited from Dialog) |
OnPreBubbleEventAsync(DialogContext, DialogEvent, CancellationToken) |
Called before an event is bubbled to its parent. (Inherited from Dialog) |
RegisterSourceLocation(String, Int32) |
Registers a cref="SourceRange"/> in the provided location. (Inherited from Dialog) |
RepromptDialogAsync(ITurnContext, DialogInstance, CancellationToken) |
Called when the dialog should re-prompt the user for input. (Inherited from Dialog) |
ResumeDialogAsync(DialogContext, DialogReason, Object, CancellationToken) |
Called when a child dialog completed this turn, returning control to this dialog. (Inherited from Dialog) |