Show / Hide Table of Contents

Class AcceptOption

This is the option which bots can specify to answer the incoming call.

Inheritance
System.Object
AnswerOption
AcceptOption
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 Source

AcceptOption(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.

  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX