Show / Hide Table of Contents

Class CallRecordRequestBody

The type CallRecordRequestBody.

Inheritance
System.Object
CallRecordRequestBody
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 CallRecordRequestBody

Properties

View Source

BargeInAllowed

Gets or sets BargeInAllowed.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "bargeInAllowed", Required = Required.Default)]
public bool? BargeInAllowed { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

ClientContext

Gets or sets ClientContext.

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

InitialSilenceTimeoutInSeconds

Gets or sets InitialSilenceTimeoutInSeconds.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "initialSilenceTimeoutInSeconds", Required = Required.Default)]
public int? InitialSilenceTimeoutInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxRecordDurationInSeconds

Gets or sets MaxRecordDurationInSeconds.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "maxRecordDurationInSeconds", Required = Required.Default)]
public int? MaxRecordDurationInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MaxSilenceTimeoutInSeconds

Gets or sets MaxSilenceTimeoutInSeconds.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "maxSilenceTimeoutInSeconds", Required = Required.Default)]
public int? MaxSilenceTimeoutInSeconds { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

PlayBeep

Gets or sets PlayBeep.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "playBeep", Required = Required.Default)]
public bool? PlayBeep { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

Prompts

Gets or sets Prompts.

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

StopTones

Gets or sets StopTones.

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

StreamWhileRecording

Gets or sets StreamWhileRecording.

Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "streamWhileRecording", Required = Required.Default)]
public bool? StreamWhileRecording { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Generated by DocFX