Show / Hide Table of Contents

Class SilencePrompt

The type SilencePrompt.

Inheritance
System.Object
Prompt
SilencePrompt
Inherited Members
Prompt.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 SilencePrompt : Prompt

Properties

View Source

Duration

Gets or sets duration.

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