@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBotRecommendationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartBotRecommendationRequest() |
Modifier and Type | Method and Description |
---|---|
StartBotRecommendationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBotId()
The unique identifier of the bot containing the bot recommendation.
|
String |
getBotVersion()
The version of the bot containing the bot recommendation.
|
EncryptionSetting |
getEncryptionSetting()
The object representing the passwords that will be 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 |
setBotVersion(String botVersion)
The version of the bot containing the bot recommendation.
|
void |
setEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be 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.
|
StartBotRecommendationRequest |
withBotId(String botId)
The unique identifier of the bot containing the bot recommendation.
|
StartBotRecommendationRequest |
withBotVersion(String botVersion)
The version of the bot containing the bot recommendation.
|
StartBotRecommendationRequest |
withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be used to encrypt the data related to the bot recommendation
results, as well as the KMS key ARN used to encrypt the associated metadata.
|
StartBotRecommendationRequest |
withLocaleId(String localeId)
The identifier of the language and locale of the bot recommendation to start.
|
StartBotRecommendationRequest |
withTranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 StartBotRecommendationRequest 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 StartBotRecommendationRequest 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 StartBotRecommendationRequest 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 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 StartBotRecommendationRequest 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 will be 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 will be 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 will be 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 StartBotRecommendationRequest withEncryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that will be 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 will be 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 StartBotRecommendationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()