Adds a labeled example utterance in a version of the application.

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

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

The ID of the created example utterance.

UtteranceTextstring

The example utterance.

ExampleIdinteger

The newly created sample ID.

Changes