Class RecordOutcome
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()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class RecordOutcome : OperationOutcomeBase
Constructors
RecordOutcome()
Declaration
public RecordOutcome()
Properties
CompletionReason
Declaration
public RecordingCompletionReason CompletionReason { get; set; }
Property Value
Type | Description |
---|---|
RecordingCompletionReason |
DebugDetail
Declaration
public RecordDebugDetail DebugDetail { get; set; }
Property Value
Type | Description |
---|---|
RecordDebugDetail |
Format
Declaration
public RecordingFormat Format { get; set; }
Property Value
Type | Description |
---|---|
RecordingFormat |
LengthOfRecordingInSecs
Declaration
public double LengthOfRecordingInSecs { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Validate()
Declaration
public override void Validate()