C# Class TropoCSharp.Tropo.TropoBase

The Base class for all Tropo actions.
显示文件 Open project: hack4reno/hack4reno2011 Class Usage Examples

Public Properties

Property Type Description
@as string
@event string
@value string
answerOnMedia bool?
attempts int?
bargein bool?
beep bool?
channel string
choices Choices
emailFormat string
format string
from Endpoint
headers System.Collections.Hashtable
id string
maxSilence float?
maxTime float?
method string
minConfidence int?
mode string
mute bool?
name string
network string
next string
on On
password string
playTones bool?
recording StartRecording
required bool?
ringRepeat int?
say Say
termChar string
terminator string
timeout float?
to System.Collections.ArrayList
transcription TropoCSharp.Tropo.Transcription
url string
username string
voice string

Property Details

@as public_oe property

public string @as
return string

@event public_oe property

public string @event
return string

@value public_oe property

public string @value
return string

answerOnMedia public_oe property

public bool? answerOnMedia
return bool?

attempts public_oe property

public int? attempts
return int?

bargein public_oe property

public bool? bargein
return bool?

beep public_oe property

public bool? beep
return bool?

channel public_oe property

public string channel
return string

choices public_oe property

public Choices,TropoCSharp.Tropo choices
return Choices

emailFormat public_oe property

public string emailFormat
return string

format public_oe property

public string format
return string

from public_oe property

public Endpoint,TropoCSharp.Tropo from
return Endpoint

headers public_oe property

public Hashtable,System.Collections headers
return System.Collections.Hashtable

id public_oe property

public string id
return string

maxSilence public_oe property

public float? maxSilence
return float?

maxTime public_oe property

public float? maxTime
return float?

method public_oe property

public string method
return string

minConfidence public_oe property

public int? minConfidence
return int?

mode public_oe property

public string mode
return string

mute public_oe property

public bool? mute
return bool?

name public_oe property

public string name
return string

network public_oe property

public string network
return string

next public_oe property

public string next
return string

on public_oe property

public On,TropoCSharp.Tropo on
return On

password public_oe property

public string password
return string

playTones public_oe property

public bool? playTones
return bool?

recording public_oe property

public StartRecording,TropoCSharp.Tropo recording
return StartRecording

required public_oe property

public bool? required
return bool?

ringRepeat public_oe property

public int? ringRepeat
return int?

say public_oe property

public Say,TropoCSharp.Tropo say
return Say

termChar public_oe property

public string termChar
return string

terminator public_oe property

public string terminator
return string

timeout public_oe property

public float? timeout
return float?

to public_oe property

public ArrayList,System.Collections to
return System.Collections.ArrayList

transcription public_oe property

public Transcription,TropoCSharp.Tropo transcription
return TropoCSharp.Tropo.Transcription

url public_oe property

public string url
return string

username public_oe property

public string username
return string

voice public_oe property

public string voice
return string