JSONModelFeature Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
JSONModelFeature() | |
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>) | |
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>) |
JSONModelFeature()
- Source:
- JSONModelFeature.cs
- Source:
- JSONModelFeature.cs
public JSONModelFeature ();
Public Sub New ()
Applies to
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>)
- Source:
- JSONModelFeature.cs
public JSONModelFeature (bool? activated = default, string name = default, string words = default, bool? mode = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature : Nullable<bool> * string * string * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature
Public Sub New (Optional activated As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional words As String = Nothing, Optional mode As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
- words
- String
Applies to
JSONModelFeature(Nullable<Boolean>, String, String, Nullable<Boolean>, Nullable<Boolean>)
- Source:
- JSONModelFeature.cs
public JSONModelFeature (bool? activated = default, string name = default, string words = default, bool? mode = default, bool? enabledForAllModels = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature : Nullable<bool> * string * string * Nullable<bool> * Nullable<bool> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONModelFeature
Public Sub New (Optional activated As Nullable(Of Boolean) = Nothing, Optional name As String = Nothing, Optional words As String = Nothing, Optional mode As Nullable(Of Boolean) = Nothing, Optional enabledForAllModels As Nullable(Of Boolean) = Nothing)
Parameters
- name
- String
- words
- String
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.