PhraselistCreateObject Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PhraselistCreateObject() | |
PhraselistCreateObject(String, String, Nullable<Boolean>) | |
PhraselistCreateObject(String, String, Nullable<Boolean>, Nullable<Boolean>) |
PhraselistCreateObject()
- Source:
- PhraselistCreateObject.cs
- Source:
- PhraselistCreateObject.cs
public PhraselistCreateObject ();
Public Sub New ()
S’applique à
PhraselistCreateObject(String, String, Nullable<Boolean>)
- Source:
- PhraselistCreateObject.cs
public PhraselistCreateObject (string phrases = default, string name = default, bool? isExchangeable = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject : string * string * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject
Public Sub New (Optional phrases As String = Nothing, Optional name As String = Nothing, Optional isExchangeable As Nullable(Of Boolean) = Nothing)
Paramètres
- phrases
- String
- name
- String
S’applique à
PhraselistCreateObject(String, String, Nullable<Boolean>, Nullable<Boolean>)
- Source:
- PhraselistCreateObject.cs
public PhraselistCreateObject (string phrases = default, string name = default, bool? isExchangeable = default, bool? enabledForAllModels = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject : string * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistCreateObject
Public Sub New (Optional phrases As String = Nothing, Optional name As String = Nothing, Optional isExchangeable As Nullable(Of Boolean) = Nothing, Optional enabledForAllModels As Nullable(Of Boolean) = Nothing)
Paramètres
- phrases
- String
- name
- String
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET