Class Record
Inheritance
System.Object
Record
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class Record : ActionBase
Constructors
Record()
Declaration
Properties
InitialSilenceTimeoutInSeconds
Declaration
public double ? InitialSilenceTimeoutInSeconds { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
MaxDurationInSeconds
Declaration
public double ? MaxDurationInSeconds { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
MaxSilenceTimeoutInSeconds
Declaration
public double ? MaxSilenceTimeoutInSeconds { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Double> |
|
PlayBeep
Declaration
public bool ? PlayBeep { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
PlayPrompt
Declaration
public PlayPrompt PlayPrompt { get; set; }
Property Value
Declaration
public RecordingFormat? RecordingFormat { get; set; }
Property Value
StopTones
Declaration
public IEnumerable<char> StopTones { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.Char> |
|
Methods
Validate()
Declaration
public override void Validate()
Overrides