forked from Jibo-Revival-Group/JiboOs
16 lines
938 B
JavaScript
16 lines
938 B
JavaScript
/**
|
|
* @interface jibo.bt.behaviors.Mim~AsrMetadata
|
|
* @private
|
|
* @description Type of metadata supplied to ASR about MIM listens. Not exposed outside the library.
|
|
* @prop {String} interactionId - UUID for that instance of a MIM.
|
|
* @prop {String} mimId - ID for the MIM file being used.
|
|
* @prop {String} mimType - The type of MIM.
|
|
* @prop {String} skill - The name of the skill in use.
|
|
* @prop {String} mimState - The state of the MIM.
|
|
* @prop {Number} noMatches - The number of no match errors that the MIM has had.
|
|
* @prop {Number} noInput - The number of no input errors that the MIM has had.
|
|
* @prop {String} lastPromptId - The ID of the last MIM prompt to play.
|
|
* @prop {String} [activityName] - Flow only: The name of the MIM activity in the flow.
|
|
* @prop {String} [activityId] - Flow only: The uuid of the MIM activity in the flow.
|
|
* @prop {String} [flowFile] - Flow only: The flow file that the MIM activity is in.
|
|
*/ |