Show / Hide Table of Contents

Class ChoiceOutcome

Inheritance
System.Object
ChoiceOutcome
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.Skype.Bots.Calling.ObjectModel.Contracts
Assembly: Microsoft.Skype.Bots.Calling.ObjectModel.dll
Syntax
public class ChoiceOutcome

Constructors

ChoiceOutcome()

Declaration
public ChoiceOutcome()

Properties

ChoiceName

Declaration
public string ChoiceName { get; set; }
Property Value
Type Description
System.String

CompletionReason

Declaration
public RecognitionCompletionReason CompletionReason { get; set; }
Property Value
Type Description
RecognitionCompletionReason
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX