Class PlayNotification
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 PlayNotification : NotificationBase
Constructors
PlayNotification()
Declaration
public PlayNotification()
Properties
MediaId
Declaration
public string MediaId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MediaUri
Declaration
public Uri MediaUri { get; set; }
Property Value
Type | Description |
---|---|
System.Uri |
Outcome
Declaration
public PlayOutcome Outcome { get; set; }
Property Value
Type | Description |
---|---|
PlayOutcome |
State
Declaration
public PlayState State { get; set; }
Property Value
Type | Description |
---|---|
PlayState |
Methods
Validate()
Declaration
public override void Validate()