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.

Contains information about a test case.

Inheritance Hierarchy

System.Object
  Amazon.Connect.Model.TestCase

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

Syntax

C#
public class TestCase

The TestCase type exposes the following members

Constructors

NameDescription
Public Method TestCase()

Properties

NameTypeDescription
Public Property Arn System.String

Gets and sets the property Arn.

The Amazon Resource Name (ARN) of the test case.

Public Property Content System.String

Gets and sets the property Content.

The JSON string that represents the content of the test.

Public Property Description System.String

Gets and sets the property Description.

The description of the test case.

Public Property EntryPoint Amazon.Connect.Model.TestCaseEntryPoint

Gets and sets the property EntryPoint.

Defines the starting point for the test, including channel type and parameters.

Public Property Id System.String

Gets and sets the property Id.

The identifier of the test case.

Public Property InitializationData System.String

Gets and sets the property InitializationData.

Defines the test attributes for precise data representation.

Public Property LastModifiedRegion System.String

Gets and sets the property LastModifiedRegion.

The region in which the test case was last modified.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The time at which the test case was last modified.

Public Property Name System.String

Gets and sets the property Name.

The name of the test case.

Public Property Status Amazon.Connect.TestCaseStatus

Gets and sets the property Status.

Indicates the test status as either SAVED or PUBLISHED.

Public Property Tags System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property Tags.

The tags used to organize, track, or control access for this resource.

Public Property TestCaseSha256 System.String

Gets and sets the property TestCaseSha256.

The SHA256 hash of the test case content.

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