Skip to main content
Version: 20 Mar 2024

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;