LabelExampleResponse interface
Response when adding a labeled example utterance.
Properties
example |
The newly created sample ID. |
utterance |
The example utterance. |
Property Details
exampleId
The newly created sample ID.
exampleId?: number
Property Value
number
utteranceText
The example utterance.
utteranceText?: string
Property Value
string