Class RecordOperation
The type Record Operation.
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 RecordOperation : Operation
Properties
View SourceBargeInAllowed
Gets or sets barge in allowed.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "bargeInAllowed", Required = Required.Default)]
public bool? BargeInAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
CompletionReason
Gets or sets completion reason.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "completionReason", Required = Required.Default)]
public RecordCompletionReason? CompletionReason { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<RecordCompletionReason> |
InitialSilenceTimeoutInSeconds
Gets or sets initial silence timeout in seconds.
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 max record duration in seconds.
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 max silence timeout in seconds.
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 play beep.
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> |
RecordResourceLocation
Gets or sets record resource location.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "recordResourceLocation", Required = Required.Default)]
public string RecordResourceLocation { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StopTones
Gets or sets stop tones.
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 stream while recording.
Declaration
[JsonProperty(NullValueHandling = NullValueHandling.Ignore, PropertyName = "streamWhileRecording", Required = Required.Default)]
public bool? StreamWhileRecording { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |