C# Class TropoCSharp.Tropo.Say

When the current session is a voice channel this key will either play a message or an audio file from a URL. In the case of an text channel it will send the text back to the user via instant messaging or SMS.
Inheritance: TropoBase
Exibir arquivo Open project: hack4reno/hack4reno2011 Class Usage Examples

Public Methods

Method Description
Say ( ) : System
Say ( string @value ) : System

Method Details

Say() public method

public Say ( ) : System
return System

Say() public method

public Say ( string @value ) : System
@value string
return System