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 UpdateTestCase operation. Updates any of the metadata for a test case, such as the name, description, and status or content of an existing test case. This API doesn't allow customers to update the tags of the test case resource for the specified Amazon Connect instance.

Inheritance Hierarchy

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

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

Syntax

C#
public class UpdateTestCaseRequest : AmazonConnectRequest
         IAmazonWebServiceRequest

The UpdateTestCaseRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateTestCaseRequest()

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

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 test attributes for precise data representation.

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

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

Gets and sets the property TestCaseId.

The identifier of the test case to update.

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