Class PromptBuildDebugDetail
Inheritance
System.Object
PromptBuildDebugDetail
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 PromptBuildDebugDetail
Constructors
PromptBuildDebugDetail()
Declaration
public PromptBuildDebugDetail()
Properties
FileUri
Declaration
public string FileUri { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsCached
Declaration
public bool ? IsCached { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
PromptBuildCompleted
Declaration
public DateTime? PromptBuildCompleted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |
PromptBuildStarted
Declaration
public DateTime? PromptBuildStarted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> |