Show / Hide Table of Contents

Class RecordOperation

The type Record Operation.

Inheritance
System.Object
Entity
Operation
RecordOperation
Inherited Members
Operation.ClientContext
Operation.Status
Operation.ErrorInfo
Entity.Id
Entity.AdditionalData
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 Source

BargeInAllowed

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

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

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
View Source

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>
View Source

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>
  • View Source
Back to top Generated by DocFX