Skip to main content
Version: 20 Mar 2024

IntentEvent

A structure containing voice intent event information.

Public Attributes

EventID

User defined intent index which is detected.


public uint EventID;


EventName

The Event Name


public string EventName;


EventSlotsUsed


public List< EventSlot > EventSlotsUsed;

TypeDescription
List< EventSlot >Slot Data in voice event.

Details*

List of Slot Data used in this specific event.


NoIntentReason

If intent is not detected, it contains the reason, otherwise the value is MLVoiceIntentNoIntentReason.NoReason.


public NoIntentReason NoIntentReason;

TypeDescription
NoIntentReasonNo intent reason code in voice event.

State

Voice state when generating the voice intent event.


public State State;

TypeDescription
StateVoice state in voice event.