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;
Type | Description |
---|---|
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;
Type | Description |
---|---|
NoIntentReason | No intent reason code in voice event. |
State
Voice state when generating the voice intent event.
public State State;
Type | Description |
---|---|
State | Voice state in voice event. |