JSONUtterance 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
JSONUtterance() | |
JSONUtterance(String, String, IList<JSONEntity>) |
JSONUtterance()
- Source:
- JSONUtterance.cs
- Source:
- JSONUtterance.cs
public JSONUtterance ();
Public Sub New ()
Applies to
JSONUtterance(String, String, IList<JSONEntity>)
- Source:
- JSONUtterance.cs
- Source:
- JSONUtterance.cs
public JSONUtterance (string text = default, string intent = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONEntity> entities = default);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONUtterance : string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONEntity> -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.Models.JSONUtterance
Public Sub New (Optional text As String = Nothing, Optional intent As String = Nothing, Optional entities As IList(Of JSONEntity) = Nothing)
Parameters
- text
- String
- intent
- String
- entities
- IList<JSONEntity>
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