Class Answer
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 Answer : ActionBase
Constructors
Answer()
Declaration
public Answer()
Fields
DefaultAcceptModalityTypes
Declaration
public static readonly IEnumerable<ModalityType> DefaultAcceptModalityTypes
Field Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ModalityType> |
Properties
AcceptModalityTypes
Declaration
public IEnumerable<ModalityType> AcceptModalityTypes { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ModalityType> |
CallFlow
Declaration
public CallFlow CallFlow { get; set; }
Property Value
Type | Description |
---|---|
CallFlow |
PreFetchMedia
Declaration
public IEnumerable<Media> PreFetchMedia { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<Media> |
Methods
Validate()
Declaration
public override void Validate()