Udostępnij za pośrednictwem


CompositeChild Konstruktory

Definicja

Przeciążenia

CompositeChild()

Inicjuje nowe wystąpienie klasy CompositeChild.

CompositeChild(String, String)

Inicjuje nowe wystąpienie klasy CompositeChild.

CompositeChild()

Źródło:
CompositeChild.cs

Inicjuje nowe wystąpienie klasy CompositeChild.

public CompositeChild ();
Public Sub New ()

Dotyczy

CompositeChild(String, String)

Źródło:
CompositeChild.cs

Inicjuje nowe wystąpienie klasy CompositeChild.

public CompositeChild (string type, string value);
new Microsoft.Bot.Builder.Luis.Models.CompositeChild : string * string -> Microsoft.Bot.Builder.Luis.Models.CompositeChild
Public Sub New (type As String, value As String)

Parametry

type
String
value
String

Dotyczy