Class PlaceCallParameters
Parameters required for placing a new call.
Inheritance
System.Object
PlaceCallParameters
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.Bot.Builder.Enterprise.Core
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public class PlaceCallParameters
Constructors
View SourcePlaceCallParameters(Participant, Participant)
Initializes a new instance of the PlaceCallParameters class.
Declaration
public PlaceCallParameters(Participant target, Participant source)
Parameters
Type | Name | Description |
---|---|---|
Participant | target | The target for the call. |
Participant | source | The source for the call. |
Properties
View SourceSource
Gets the source of call.
Declaration
public Participant Source { get; }
Property Value
Type | Description |
---|---|
Participant |
Target
Gets the target for the call.
Declaration
public Participant Target { get; }
Property Value
Type | Description |
---|---|
Participant |