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.

Container for the parameters to the CreateTestCase operation. Creates a test case with its content and metadata for the specified Amazon Connect instance.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Connect.AmazonConnectRequest
      Amazon.Connect.Model.CreateTestCaseRequest

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

Syntax

C#
public class CreateTestCaseRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The CreateTestCaseRequest type exposes the following members

Constructors

NameDescription
Public Method CreateTestCaseRequest()

Properties

NameTypeDescription
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.

Public Property EntryPoint Amazon.Connect.Model.TestCaseEntryPoint

Gets and sets the property EntryPoint.

Defines the starting point for your test.

Public Property InitializationData System.String

Gets and sets the property InitializationData.

Defines the initial custom attributes for your test.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The identifier of the Amazon Connect instance.

Public Property LastModifiedRegion System.String

Gets and sets the property LastModifiedRegion.

The region in which the resource was last modified

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

The time at which the resource was last modified.

Public Property Name System.String

Gets and sets the property Name.

The name of the test.

Public Property Status Amazon.Connect.TestCaseStatus

Gets and sets the property Status.

Indicates the test status as either SAVED or PUBLISHED. The PUBLISHED status will initiate validation on the content. The SAVED status does not initiate validation of the content.

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 TestCaseId System.String

Gets and sets the property TestCaseId.

Id of the test case if you want to create it in a replica region using Amazon Connect Global Resiliency

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