Class ConversationResult
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 ConversationResult : ConversationBase
Constructors
ConversationResult()
Declaration
public ConversationResult()
Properties
CallState
Declaration
public CallState CallState { get; set; }
Property Value
Type | Description |
---|---|
CallState |
OperationOutcome
Declaration
public OperationOutcomeBase OperationOutcome { get; set; }
Property Value
Type | Description |
---|---|
OperationOutcomeBase |
Methods
Validate()
Declaration
public override void Validate()