PhraselistCreateObject 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
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 ()
Applies to
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)
Parameters
- phrases
- String
- name
- String
Applies to
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)
Parameters
- phrases
- String
- name
- String
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET