Skip to main content
Version: 11 Nov 2025

EventSlot

Slot Data in voice event.

Public Methods​

EventSlot​

public EventSlot(
string name,
string value
)

Parameters

TypeNameDescription
stringname
stringvalue

Public Attributes​

SlotName​

Name of slot used.


public string SlotName;


SlotValue​

Value of the specific slot used.


public string SlotValue;