PhraselistUpdateObject 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
PhraselistUpdateObject() | |
PhraselistUpdateObject(String, String, Nullable<Boolean>, Nullable<Boolean>) | |
PhraselistUpdateObject(String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>) |
PhraselistUpdateObject()
- Source:
- PhraselistUpdateObject.cs
- Source:
- PhraselistUpdateObject.cs
public PhraselistUpdateObject ();
Public Sub New ()
S’applique à
PhraselistUpdateObject(String, String, Nullable<Boolean>, Nullable<Boolean>)
- Source:
- PhraselistUpdateObject.cs
public PhraselistUpdateObject (string phrases = default, string name = default, bool? isActive = default, bool? isExchangeable = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject : string * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject
Public Sub New (Optional phrases As String = Nothing, Optional name As String = Nothing, Optional isActive As Nullable(Of Boolean) = Nothing, Optional isExchangeable As Nullable(Of Boolean) = Nothing)
Paramètres
- phrases
- String
- name
- String
S’applique à
PhraselistUpdateObject(String, String, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>)
- Source:
- PhraselistUpdateObject.cs
public PhraselistUpdateObject (string phrases = default, string name = default, bool? isActive = default, bool? isExchangeable = default, bool? enabledForAllModels = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject : string * string * Nullable<bool> * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.PhraselistUpdateObject
Public Sub New (Optional phrases As String = Nothing, Optional name As String = Nothing, Optional isActive As Nullable(Of Boolean) = 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