Show / Hide Table of Contents

Class RecordDebugDetail

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

Constructors

RecordDebugDetail()

Declaration
public RecordDebugDetail()

Properties

PromptPlayCompleted

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

PromptPlayStarted

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

PromptsBuildDebugDetails

Declaration
public IEnumerable<PromptBuildDebugDetail> PromptsBuildDebugDetails { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<PromptBuildDebugDetail>

RecordingCompleted

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

RecordingStarted

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

RecordingVoiceDetected

Declaration
public bool ? RecordingVoiceDetected { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX