Show / Hide Table of Contents

Class AnswerAppHostedMedia

Inheritance
System.Object
ActionBase
AnswerAppHostedMedia
Inherited Members
ActionBase.Equals(Object)
ActionBase.GetHashCode()
ActionBase.OperationId
ActionBase.Action
ActionBase.IsStandaloneAction
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 AnswerAppHostedMedia : ActionBase

Constructors

AnswerAppHostedMedia()

Declaration
public AnswerAppHostedMedia()

Fields

DefaultAcceptModalityTypes

Declaration
public static readonly IEnumerable<ModalityType> DefaultAcceptModalityTypes
Field Value
Type Description
System.Collections.Generic.IEnumerable<ModalityType>

Properties

MediaConfiguration

Declaration
public JObject MediaConfiguration { get; set; }
Property Value
Type Description
Newtonsoft.Json.Linq.JObject

ParticipantLegMetadata

Declaration
public JObject ParticipantLegMetadata { get; set; }
Property Value
Type Description
Newtonsoft.Json.Linq.JObject

Methods

Validate()

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