JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.lexmodelsv2.model

Class StartTestExecutionResult

    • Constructor Detail

      • StartTestExecutionResult

        public StartTestExecutionResult()
    • Method Detail

      • setTestExecutionId

        public void setTestExecutionId(String testExecutionId)

        The unique identifier of the test set execution.

        Parameters:
        testExecutionId - The unique identifier of the test set execution.
      • getTestExecutionId

        public String getTestExecutionId()

        The unique identifier of the test set execution.

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

        public StartTestExecutionResult withTestExecutionId(String testExecutionId)

        The unique identifier of the test set execution.

        Parameters:
        testExecutionId - The unique identifier of the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setCreationDateTime

        public void setCreationDateTime(Date creationDateTime)

        The creation date and time for the test set execution.

        Parameters:
        creationDateTime - The creation date and time for the test set execution.
      • getCreationDateTime

        public Date getCreationDateTime()

        The creation date and time for the test set execution.

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

        public StartTestExecutionResult withCreationDateTime(Date creationDateTime)

        The creation date and time for the test set execution.

        Parameters:
        creationDateTime - The creation date and time for the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTestSetId

        public void setTestSetId(String testSetId)

        The test set Id for the test set execution.

        Parameters:
        testSetId - The test set Id for the test set execution.
      • getTestSetId

        public String getTestSetId()

        The test set Id for the test set execution.

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

        public StartTestExecutionResult withTestSetId(String testSetId)

        The test set Id for the test set execution.

        Parameters:
        testSetId - The test set Id for the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTarget

        public void setTarget(TestExecutionTarget target)

        The target bot for the test set execution.

        Parameters:
        target - The target bot for the test set execution.
      • getTarget

        public TestExecutionTarget getTarget()

        The target bot for the test set execution.

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

        public StartTestExecutionResult withTarget(TestExecutionTarget target)

        The target bot for the test set execution.

        Parameters:
        target - The target bot for the test set execution.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setApiMode

        public void setApiMode(String 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.

        Parameters:
        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.
        See Also:
        TestExecutionApiMode
      • getApiMode

        public String getApiMode()

        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.

        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
      • withApiMode

        public StartTestExecutionResult withApiMode(String 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionApiMode
      • withApiMode

        public StartTestExecutionResult withApiMode(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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionApiMode
      • setTestExecutionModality

        public void setTestExecutionModality(String testExecutionModality)

        Indicates whether audio or text is used.

        Parameters:
        testExecutionModality - Indicates whether audio or text is used.
        See Also:
        TestExecutionModality
      • getTestExecutionModality

        public String getTestExecutionModality()

        Indicates whether audio or text is used.

        Returns:
        Indicates whether audio or text is used.
        See Also:
        TestExecutionModality
      • withTestExecutionModality

        public StartTestExecutionResult withTestExecutionModality(String testExecutionModality)

        Indicates whether audio or text is used.

        Parameters:
        testExecutionModality - Indicates whether audio or text is used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionModality
      • withTestExecutionModality

        public StartTestExecutionResult withTestExecutionModality(TestExecutionModality testExecutionModality)

        Indicates whether audio or text is used.

        Parameters:
        testExecutionModality - Indicates whether audio or text is used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        TestExecutionModality
      • toString

        public 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /