SampleUtterance Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. SampleUtterance
- com.
Implements
public final class SampleUtterance
implements JsonSerializable<SampleUtterance>
Sample utterance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Sample |
fromJson(JsonReader jsonReader)
Reads an instance of Sample |
| List<String> |
links()
Get the links property: Links attribute of sample utterance. |
| String |
qid()
Get the qid property: Question id of sample utterance (for stackoverflow questions titles). |
| String |
text()
Get the text property: Text attribute of sample utterance. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SampleUtterance fromJson(JsonReader jsonReader)
Reads an instance of SampleUtterance from the JsonReader.
Parameters:
Returns:
Throws:
links
public List<String> links()
Get the links property: Links attribute of sample utterance.
Returns:
qid
public String qid()
Get the qid property: Question id of sample utterance (for stackoverflow questions titles).
Returns:
text
public String text()
Get the text property: Text attribute of sample utterance.
Returns:
toJson
validate
public void validate()
Validates the instance.