Show / Hide Table of Contents

Class CallAnswerRequestBody

The type CallAnswerRequestBody.

Inheritance
System.Object
CallAnswerRequestBody
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Microsoft.Graph
Assembly: Microsoft.Graph.CoreSDK.dll
Syntax
[JsonObject(MemberSerialization = MemberSerialization.OptIn)]
public class CallAnswerRequestBody

Properties

View Source

AcceptedModalities

Gets or sets AcceptedModalities.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "acceptedModalities", Required = Required.Default)]
public IEnumerable<Modality> AcceptedModalities { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<Modality>
View Source

CallbackUri

Gets or sets CallbackUri.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "callbackUri", Required = Required.Default)]
public string CallbackUri { get; set; }
Property Value
Type Description
System.String
View Source

MediaConfig

Gets or sets MediaConfig.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "mediaConfig", Required = Required.Default)]
public MediaConfig MediaConfig { get; set; }
Property Value
Type Description
MediaConfig
  • View Source
Back to top Generated by DocFX