Freigeben über


ConfigAuthResponse Klasse

Definition

Envelope for Config Auth Response.

public class ConfigAuthResponse : Microsoft.Bot.Schema.Teams.ConfigResponse<Microsoft.Bot.Schema.Teams.BotConfigAuth>
type ConfigAuthResponse = class
    inherit ConfigResponse<BotConfigAuth>
Public Class ConfigAuthResponse
Inherits ConfigResponse(Of BotConfigAuth)
Vererbung

Konstruktoren

ConfigAuthResponse()

Initialisiert eine neue Instanz der ConfigAuthResponse Klasse.

Eigenschaften

CacheInfo

Dient zum Abrufen oder Festlegen von Antwortcacheinformationen.

(Geerbt von ConfigResponse<T>)
Config

Ruft die Antwort auf die Konfigurationsnachricht ab oder legt sie fest. Mögliche Werte für den Konfigurationstyp sind: 'auth' oder 'task'.

(Geerbt von ConfigResponse<T>)
ResponseType

Ruft die Aufrufanforderung des Antworttyps ab oder legt sie fest.

(Geerbt von ConfigResponseBase)

Gilt für: