Class PlayPrompt
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class PlayPrompt : ActionBase
Constructors
PlayPrompt()
Declaration
public PlayPrompt()
Properties
Prompts
Declaration
public IEnumerable<Prompt> Prompts { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Prompt> |
SkipSeconds
Declaration
public double ? SkipSeconds { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Double> |
Methods
Validate()
Declaration
public override void Validate()