Class StartTestExecutionResponse

    • Method Detail

      • testExecutionId

        public final String testExecutionId()

        The unique identifier of the test set execution.

        Returns:
        The unique identifier of the test set execution.
      • creationDateTime

        public final Instant creationDateTime()

        The creation date and time for the test set execution.

        Returns:
        The creation date and time for the test set execution.
      • testSetId

        public final String testSetId()

        The test set Id for the test set execution.

        Returns:
        The test set Id for the test set execution.
      • target

        public final TestExecutionTarget target()

        The target bot for the test set execution.

        Returns:
        The target bot for the test set execution.
      • apiMode

        public final TestExecutionApiMode apiMode()

        Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.

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

        Returns:
        Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.
        See Also:
        TestExecutionApiMode
      • apiModeAsString

        public final String apiModeAsString()

        Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.

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

        Returns:
        Indicates whether we use streaming or non-streaming APIs for the test set execution. For streaming, StartConversation Amazon Lex Runtime API is used. Whereas for non-streaming, RecognizeUtterance and RecognizeText Amazon Lex Runtime API are used.
        See Also:
        TestExecutionApiMode
      • 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