Show / Hide Table of Contents

Class CallTransferNotification

Inheritance
System.Object
NotificationBase
CallTransferNotification
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 CallTransferNotification : NotificationBase

Constructors

CallTransferNotification()

Declaration
public CallTransferNotification()

Properties

Outcome

Declaration
public TransferOutcome Outcome { get; set; }
Property Value
Type Description
TransferOutcome

State

Declaration
public TransferState State { get; set; }
Property Value
Type Description
TransferState

Methods

Validate()

Declaration
public override void Validate()
Overrides
NotificationBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX