Class AcceptOption
This is the option which bots can specify to answer the incoming call.
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Microsoft.Bot.Builder.Enterprise.Core
Assembly: Microsoft.Bot.Builder.Enterprise.dll
Syntax
public class AcceptOption : AnswerOption
Constructors
View SourceAcceptOption(IEnumerable<Media>)
Initializes a new instance of the AcceptOption class
Declaration
public AcceptOption(IEnumerable<Media> preFetchMedia = null)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Media> | preFetchMedia | The list of Media files (prompts/music/etc...) that need to be pre-fetched. |