Partilhar via


JSONUtterance Construtores

Definição

Sobrecargas

JSONUtterance()
JSONUtterance(String, String, IList<JSONEntity>)

JSONUtterance()

Origem:
JSONUtterance.cs
Origem:
JSONUtterance.cs
public JSONUtterance ();
Public Sub New ()

Aplica-se a

JSONUtterance(String, String, IList<JSONEntity>)

Origem:
JSONUtterance.cs
Origem:
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)

Parâmetros

text
String
intent
String
entities
IList<JSONEntity>

Aplica-se a