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 SourceBargeInAllowed
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> |
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 |
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> |
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> |
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> |
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> |
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> |
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> |
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> |