Show / Hide Table of Contents

Class Answer

Inheritance
System.Object
ActionBase
Answer
Inherited Members
ActionBase.Equals(Object)
ActionBase.GetHashCode()
ActionBase.OperationId
ActionBase.Action
ActionBase.IsStandaloneAction
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()
Overrides
ActionBase.Validate()
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX