Method SpeakString
SpeakString(string, TalkVolume, bool)
Instructs this object to speak.
public Task SpeakString(string message, TalkVolume talkVolume = TalkVolume.Talk, bool queueAsAction = false)
Parameters
messagestringThe message the object should speak.
talkVolumeTalkVolumeThe channel/volume of this message.
queueAsActionboolWhether the object should speak immediately (false), or be queued in the object's action queue (true).