@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartTestExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartTestExecutionResult() |
Modifier and Type | Method and Description |
---|---|
StartTestExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getApiMode()
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
Date |
getCreationDateTime()
The creation date and time for the test set execution.
|
TestExecutionTarget |
getTarget()
The target bot for the test set execution.
|
String |
getTestExecutionId()
The unique identifier of the test set execution.
|
String |
getTestExecutionModality()
Indicates whether audio or text is used.
|
String |
getTestSetId()
The test set Id for the test set execution.
|
int |
hashCode() |
void |
setApiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
void |
setCreationDateTime(Date creationDateTime)
The creation date and time for the test set execution.
|
void |
setTarget(TestExecutionTarget target)
The target bot for the test set execution.
|
void |
setTestExecutionId(String testExecutionId)
The unique identifier of the test set execution.
|
void |
setTestExecutionModality(String testExecutionModality)
Indicates whether audio or text is used.
|
void |
setTestSetId(String testSetId)
The test set Id for the test set execution.
|
String |
toString()
Returns a string representation of this object.
|
StartTestExecutionResult |
withApiMode(String apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionResult |
withApiMode(TestExecutionApiMode apiMode)
Indicates whether we use streaming or non-streaming APIs for the test set execution.
|
StartTestExecutionResult |
withCreationDateTime(Date creationDateTime)
The creation date and time for the test set execution.
|
StartTestExecutionResult |
withTarget(TestExecutionTarget target)
The target bot for the test set execution.
|
StartTestExecutionResult |
withTestExecutionId(String testExecutionId)
The unique identifier of the test set execution.
|
StartTestExecutionResult |
withTestExecutionModality(String testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionResult |
withTestExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
|
StartTestExecutionResult |
withTestSetId(String testSetId)
The test set Id for the test set execution.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTestExecutionId(String testExecutionId)
The unique identifier of the test set execution.
testExecutionId
- The unique identifier of the test set execution.public String getTestExecutionId()
The unique identifier of the test set execution.
public StartTestExecutionResult withTestExecutionId(String testExecutionId)
The unique identifier of the test set execution.
testExecutionId
- The unique identifier of the test set execution.public void setCreationDateTime(Date creationDateTime)
The creation date and time for the test set execution.
creationDateTime
- The creation date and time for the test set execution.public Date getCreationDateTime()
The creation date and time for the test set execution.
public StartTestExecutionResult withCreationDateTime(Date creationDateTime)
The creation date and time for the test set execution.
creationDateTime
- The creation date and time for the test set execution.public void setTestSetId(String testSetId)
The test set Id for the test set execution.
testSetId
- The test set Id for the test set execution.public String getTestSetId()
The test set Id for the test set execution.
public StartTestExecutionResult withTestSetId(String testSetId)
The test set Id for the test set execution.
testSetId
- The test set Id for the test set execution.public void setTarget(TestExecutionTarget target)
The target bot for the test set execution.
target
- The target bot for the test set execution.public TestExecutionTarget getTarget()
The target bot for the test set execution.
public StartTestExecutionResult withTarget(TestExecutionTarget target)
The target bot for the test set execution.
target
- The target bot for the test set execution.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.
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.TestExecutionApiMode
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.
TestExecutionApiMode
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.
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.TestExecutionApiMode
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.
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.TestExecutionApiMode
public void setTestExecutionModality(String testExecutionModality)
Indicates whether audio or text is used.
testExecutionModality
- Indicates whether audio or text is used.TestExecutionModality
public String getTestExecutionModality()
Indicates whether audio or text is used.
TestExecutionModality
public StartTestExecutionResult withTestExecutionModality(String testExecutionModality)
Indicates whether audio or text is used.
testExecutionModality
- Indicates whether audio or text is used.TestExecutionModality
public StartTestExecutionResult withTestExecutionModality(TestExecutionModality testExecutionModality)
Indicates whether audio or text is used.
testExecutionModality
- Indicates whether audio or text is used.TestExecutionModality
public String toString()
toString
in class Object
Object.toString()
public StartTestExecutionResult clone()