Class CallPlayPromptRequestBody
The type CallPlayPromptRequestBody.
Inheritance
System.Object
CallPlayPromptRequestBody
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 CallPlayPromptRequestBody
Properties
View SourceClientContext
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 |
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> |