@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBotRecommendationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartBotRecommendationResult() |
Modifier and Type | Method and Description |
---|---|
StartBotRecommendationResult |
clone() |
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot containing the bot recommendation.
|
String |
getBotRecommendationId()
The identifier of the bot recommendation that you have created.
|
String |
getBotRecommendationStatus()
The status of the bot recommendation.
|
String |
getBotVersion()
The version of the bot containing the bot recommendation.
|
Date |
getCreationDateTime()
A timestamp of the date and time that the bot recommendation was created.
|
EncryptionSetting |
getEncryptionSetting()
The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
String |
getLocaleId()
The identifier of the language and locale of the bot recommendation to start.
|
TranscriptSourceSetting |
getTranscriptSourceSetting()
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot containing the bot recommendation.
|
void |
setBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that you have created.
|
void |
setBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
void |
setBotVersion(String botVersion)
The version of the bot containing the bot recommendation.
|
void |
setCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
void |
setEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
void |
setLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to start.
|
void |
setTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
String |
toString()
Returns a string representation of this object.
|
StartBotRecommendationResult |
withBotId(String botId)
The unique identifier of the bot containing the bot recommendation.
|
StartBotRecommendationResult |
withBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that you have created.
|
StartBotRecommendationResult |
withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
|
StartBotRecommendationResult |
withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
|
StartBotRecommendationResult |
withBotVersion(String botVersion)
The version of the bot containing the bot recommendation.
|
StartBotRecommendationResult |
withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
|
StartBotRecommendationResult |
withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
StartBotRecommendationResult |
withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to start.
|
StartBotRecommendationResult |
withTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setBotId(String botId)
The unique identifier of the bot containing the bot recommendation.
botId
- The unique identifier of the bot containing the bot recommendation.public String getBotId()
The unique identifier of the bot containing the bot recommendation.
public StartBotRecommendationResult withBotId(String botId)
The unique identifier of the bot containing the bot recommendation.
botId
- The unique identifier of the bot containing the bot recommendation.public void setBotVersion(String botVersion)
The version of the bot containing the bot recommendation.
botVersion
- The version of the bot containing the bot recommendation.public String getBotVersion()
The version of the bot containing the bot recommendation.
public StartBotRecommendationResult withBotVersion(String botVersion)
The version of the bot containing the bot recommendation.
botVersion
- The version of the bot containing the bot recommendation.public void setLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
localeId
- The identifier of the language and locale of the bot recommendation to start. The string must match one of
the supported locales. For more information, see Supported languagespublic String getLocaleId()
The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
public StartBotRecommendationResult withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to start. The string must match one of the supported locales. For more information, see Supported languages
localeId
- The identifier of the language and locale of the bot recommendation to start. The string must match one of
the supported locales. For more information, see Supported languagespublic void setBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public String getBotRecommendationStatus()
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public StartBotRecommendationResult withBotRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public StartBotRecommendationResult withBotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
botRecommendationStatus
- The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
BotRecommendationStatus
public void setBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that you have created.
botRecommendationId
- The identifier of the bot recommendation that you have created.public String getBotRecommendationId()
The identifier of the bot recommendation that you have created.
public StartBotRecommendationResult withBotRecommendationId(String botRecommendationId)
The identifier of the bot recommendation that you have created.
botRecommendationId
- The identifier of the bot recommendation that you have created.public void setCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
creationDateTime
- A timestamp of the date and time that the bot recommendation was created.public Date getCreationDateTime()
A timestamp of the date and time that the bot recommendation was created.
public StartBotRecommendationResult withCreationDateTime(Date creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
creationDateTime
- A timestamp of the date and time that the bot recommendation was created.public void setTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
transcriptSourceSetting
- The object representing the Amazon S3 bucket containing the transcript, as well as the associated
metadata.public TranscriptSourceSetting getTranscriptSourceSetting()
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
public StartBotRecommendationResult withTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
transcriptSourceSetting
- The object representing the Amazon S3 bucket containing the transcript, as well as the associated
metadata.public void setEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
encryptionSetting
- The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.public EncryptionSetting getEncryptionSetting()
The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
public StartBotRecommendationResult withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
encryptionSetting
- The object representing the passwords that were used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.public String toString()
toString
in class Object
Object.toString()
public StartBotRecommendationResult clone()