Show / Hide Table of Contents

Class Record

Inheritance
System.Object
ActionBase
Record
Inherited Members
ActionBase.Equals(Object)
ActionBase.GetHashCode()
ActionBase.OperationId
ActionBase.Action
ActionBase.IsStandaloneAction
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class Record : ActionBase

Constructors

Record()

Declaration
public Record()

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
Type Description
PlayPrompt

RecordingFormat

Declaration
public RecordingFormat? RecordingFormat { get; set; }
Property Value
Type Description
System.Nullable<RecordingFormat>

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
ActionBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX