AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about answer data for a contact evaluation. Answer data must be either string, numeric, or not applicable.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.EvaluationAnswerData

Namespace: Amazon.Connect.Model
Assembly: AWSSDK.Connect.dll
Version: 3.x.y.z

Syntax

C#
public class EvaluationAnswerData

The EvaluationAnswerData type exposes the following members

Constructors

NameDescription
Public Method EvaluationAnswerData()

Properties

NameTypeDescription
Public Property DateTimeValue System.String

Gets and sets the property DateTimeValue.

Date and time value provided as an answer to an evaluation question.

Public Property NotApplicable System.Boolean

Gets and sets the property NotApplicable.

The flag to mark the question as not applicable.

Public Property NumericValue System.Double

Gets and sets the property NumericValue.

The numeric value for an answer in a contact evaluation.

Public Property StringValue System.String

Gets and sets the property StringValue.

The string value for an answer in a contact evaluation.

Public Property StringValues System.Collections.Generic.List<System.String>

Gets and sets the property StringValues.

String values provided as answers to evaluation questions.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5