Udostępnij za pośrednictwem


ActivityTemplate Konstruktory

Definicja

Przeciążenia

ActivityTemplate()

Inicjuje nowe wystąpienie klasy ActivityTemplate.

ActivityTemplate(String)

Inicjuje nowe wystąpienie klasy ActivityTemplate.

ActivityTemplate()

Inicjuje nowe wystąpienie klasy ActivityTemplate.

public ActivityTemplate ();
Public Sub New ()

Dotyczy

ActivityTemplate(String)

Inicjuje nowe wystąpienie klasy ActivityTemplate.

public ActivityTemplate (string template);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Templates.ActivityTemplate : string -> Microsoft.Bot.Builder.Dialogs.Adaptive.Templates.ActivityTemplate
Public Sub New (template As String)

Parametry

template
String

Szablon do oceny w celu utworzenia działania.

Dotyczy