PhraselistUpdateObject 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
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 ()
Applies to
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)
Parameters
- phrases
- String
- name
- String
Applies to
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)
Parameters
- phrases
- String
- name
- String
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET