Show / Hide Table of Contents

Class PlayNotification

Inheritance
System.Object
NotificationBase
PlayNotification
Inherited Members
NotificationBase.Equals(Object)
NotificationBase.GetHashCode()
NotificationBase.Id
NotificationBase.Type
NotificationBase.Links
NotificationBase.AdditionalData
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()
Overrides
NotificationBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX