@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartBotResourceGenerationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StartBotResourceGenerationRequest() |
Modifier and Type | Method and Description |
---|---|
StartBotResourceGenerationRequest |
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 for which to generate intents and slot types.
|
String |
getBotVersion()
The version of the bot for which to generate intents and slot types.
|
String |
getGenerationInputPrompt()
The prompt to generate intents and slot types for the bot locale.
|
String |
getLocaleId()
The locale of the bot for which to generate intents and slot types.
|
int |
hashCode() |
void |
setBotId(String botId)
The unique identifier of the bot for which to generate intents and slot types.
|
void |
setBotVersion(String botVersion)
The version of the bot for which to generate intents and slot types.
|
void |
setGenerationInputPrompt(String generationInputPrompt)
The prompt to generate intents and slot types for the bot locale.
|
void |
setLocaleId(String localeId)
The locale of the bot for which to generate intents and slot types.
|
String |
toString()
Returns a string representation of this object.
|
StartBotResourceGenerationRequest |
withBotId(String botId)
The unique identifier of the bot for which to generate intents and slot types.
|
StartBotResourceGenerationRequest |
withBotVersion(String botVersion)
The version of the bot for which to generate intents and slot types.
|
StartBotResourceGenerationRequest |
withGenerationInputPrompt(String generationInputPrompt)
The prompt to generate intents and slot types for the bot locale.
|
StartBotResourceGenerationRequest |
withLocaleId(String localeId)
The locale of the bot for which to generate intents and slot types.
|
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 setGenerationInputPrompt(String generationInputPrompt)
The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.
generationInputPrompt
- The prompt to generate intents and slot types for the bot locale. Your description should be both
detailed and precise to help generate appropriate and sufficient intents for your bot.
Include a list of actions to improve the intent creation process.public String getGenerationInputPrompt()
The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.
public StartBotResourceGenerationRequest withGenerationInputPrompt(String generationInputPrompt)
The prompt to generate intents and slot types for the bot locale. Your description should be both detailed and precise to help generate appropriate and sufficient intents for your bot. Include a list of actions to improve the intent creation process.
generationInputPrompt
- The prompt to generate intents and slot types for the bot locale. Your description should be both
detailed and precise to help generate appropriate and sufficient intents for your bot.
Include a list of actions to improve the intent creation process.public void setBotId(String botId)
The unique identifier of the bot for which to generate intents and slot types.
botId
- The unique identifier of the bot for which to generate intents and slot types.public String getBotId()
The unique identifier of the bot for which to generate intents and slot types.
public StartBotResourceGenerationRequest withBotId(String botId)
The unique identifier of the bot for which to generate intents and slot types.
botId
- The unique identifier of the bot for which to generate intents and slot types.public void setBotVersion(String botVersion)
The version of the bot for which to generate intents and slot types.
botVersion
- The version of the bot for which to generate intents and slot types.public String getBotVersion()
The version of the bot for which to generate intents and slot types.
public StartBotResourceGenerationRequest withBotVersion(String botVersion)
The version of the bot for which to generate intents and slot types.
botVersion
- The version of the bot for which to generate intents and slot types.public void setLocaleId(String localeId)
The locale of the bot for which to generate intents and slot types.
localeId
- The locale of the bot for which to generate intents and slot types.public String getLocaleId()
The locale of the bot for which to generate intents and slot types.
public StartBotResourceGenerationRequest withLocaleId(String localeId)
The locale of the bot for which to generate intents and slot types.
localeId
- The locale of the bot for which to generate intents and slot types.public String toString()
toString
in class Object
Object.toString()
public StartBotResourceGenerationRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()