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
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.