TalkBot.SpeechItem.SpeechItem C# (CSharp) Method

SpeechItem() public method

public SpeechItem ( string text ) : System
text string
return System
        public SpeechItem(string text)
        {
            _text = text;
        }

Same methods

SpeechItem::SpeechItem ( ) : System