Skip to main content
Version: 20 Mar 2024

IntentSlotInternal

A structure containing voice app-intent slot in voice event.

Public Attributes

SlotName

The C string carrying slot name which is UTF-8 and null terminated. And the memory of this variable is managed by system.


public string SlotName;


SlotValue

The C string carrying concept value which is UTF-8 and null terminated. And the memory of this variable is managed by system.


public string SlotValue;