Table of Contents

Class Result

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll
public class Result
Inheritance
Result
Inherited Members
Extension Methods

Constructors

Result()

public Result()

Properties

Completion

public bool Completion { get; set; }

Property Value

bool

Duration

public string Duration { get; set; }

Property Value

string

Response

public string Response { get; set; }

Property Value

string

Score

public Score Score { get; set; }

Property Value

Score

Success

public bool Success { get; set; }

Property Value

bool