Class Workflow
Inheritance
System.Object
Workflow
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 Workflow
Constructors
Workflow()
Declaration
public Workflow()
Properties
Actions
Declaration
public IEnumerable<ActionBase> Actions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ActionBase> |
AppState
Declaration
public string AppState { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Links
Declaration
public CallbackLink Links { get; set; }
Property Value
Type | Description |
---|---|
CallbackLink |
NotificationSubscriptions
Declaration
public IEnumerable<NotificationType> NotificationSubscriptions { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<NotificationType> |
Methods
Validate()
Declaration
public void Validate()
Validate(Boolean)
Declaration
public void Validate(bool expectEmptyActions)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | expectEmptyActions |