Adds a batch of labeled example utterances to a version of the application.

post/apps/{appId}/versions/{versionId}/examples

Path parameters

appIdstring uuid required

The application ID.

versionIdstring required

The version ID.

Request body

textstring

The example utterance.

intentNamestring

The identified intent representing the example utterance.

Response

A string array determining which labeled example utterances were added successfully.

hasErrorboolean

Changes