Class UpdateTestSetResponse

    • Method Detail

      • testSetId

        public final String testSetId()

        The test set Id for which update test operation to be performed.

        Returns:
        The test set Id for which update test operation to be performed.
      • testSetName

        public final String testSetName()

        The test set name for the updated test set.

        Returns:
        The test set name for the updated test set.
      • description

        public final String description()

        The test set description for the updated test set.

        Returns:
        The test set description for the updated test set.
      • modality

        public final TestSetModality modality()

        Indicates whether audio or text is used for the updated test set.

        If the service returns an enum value that is not available in the current SDK version, modality will return TestSetModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from modalityAsString().

        Returns:
        Indicates whether audio or text is used for the updated test set.
        See Also:
        TestSetModality
      • modalityAsString

        public final String modalityAsString()

        Indicates whether audio or text is used for the updated test set.

        If the service returns an enum value that is not available in the current SDK version, modality will return TestSetModality.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from modalityAsString().

        Returns:
        Indicates whether audio or text is used for the updated test set.
        See Also:
        TestSetModality
      • statusAsString

        public final String statusAsString()

        The status for the updated test set.

        If the service returns an enum value that is not available in the current SDK version, status will return TestSetStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status for the updated test set.
        See Also:
        TestSetStatus
      • roleArn

        public final String roleArn()

        The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.

        Returns:
        The roleARN used for any operation in the test set to access resources in the Amazon Web Services account.
      • numTurns

        public final Integer numTurns()

        The number of conversation turns from the updated test set.

        Returns:
        The number of conversation turns from the updated test set.
      • storageLocation

        public final TestSetStorageLocation storageLocation()

        The Amazon S3 storage location for the updated test set.

        Returns:
        The Amazon S3 storage location for the updated test set.
      • creationDateTime

        public final Instant creationDateTime()

        The creation date and time for the updated test set.

        Returns:
        The creation date and time for the updated test set.
      • lastUpdatedDateTime

        public final Instant lastUpdatedDateTime()

        The date and time of the last update for the updated test set.

        Returns:
        The date and time of the last update for the updated test set.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object