Package com.sforce.soap.metadata
Class BotDialog
java.lang.Object
com.sforce.soap.metadata.BotDialog
- All Implemented Interfaces:
XMLizable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionBotStep[]booleangetLabel()booleanbooleanbooleanbooleanbooleanvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetBotDialogGroup(XmlInputStream __in, TypeMapper __typeMapper) voidsetBotDialogGroup(String botDialogGroup) voidsetBotSteps(BotStep[] botSteps) protected voidsetBotSteps(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetDescription(XmlInputStream __in, TypeMapper __typeMapper) voidsetDescription(String description) protected voidsetDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) voidsetDeveloperName(String developerName) voidsetIsPlaceholderDialog(boolean isPlaceholderDialog) protected voidsetIsPlaceholderDialog(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetLabel(XmlInputStream __in, TypeMapper __typeMapper) voidprotected voidsetMlIntent(XmlInputStream __in, TypeMapper __typeMapper) voidsetMlIntent(String mlIntent) voidsetMlIntentTrainingEnabled(boolean mlIntentTrainingEnabled) protected voidsetMlIntentTrainingEnabled(XmlInputStream __in, TypeMapper __typeMapper) voidsetShowInFooterMenu(boolean showInFooterMenu) protected voidsetShowInFooterMenu(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper)
-
Constructor Details
-
BotDialog
public BotDialog()Constructor
-
-
Method Details
-
getBotDialogGroup
-
setBotDialogGroup
-
setBotDialogGroup
protected void setBotDialogGroup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBotSteps
-
setBotSteps
-
setBotSteps
protected void setBotSteps(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDescription
-
setDescription
-
setDescription
protected void setDescription(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getDeveloperName
-
setDeveloperName
-
setDeveloperName
protected void setDeveloperName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getIsPlaceholderDialog
public boolean getIsPlaceholderDialog() -
isIsPlaceholderDialog
public boolean isIsPlaceholderDialog() -
setIsPlaceholderDialog
public void setIsPlaceholderDialog(boolean isPlaceholderDialog) -
setIsPlaceholderDialog
protected void setIsPlaceholderDialog(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getLabel
-
setLabel
-
setLabel
protected void setLabel(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMlIntent
-
setMlIntent
-
setMlIntent
protected void setMlIntent(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMlIntentTrainingEnabled
public boolean getMlIntentTrainingEnabled() -
isMlIntentTrainingEnabled
public boolean isMlIntentTrainingEnabled() -
setMlIntentTrainingEnabled
public void setMlIntentTrainingEnabled(boolean mlIntentTrainingEnabled) -
setMlIntentTrainingEnabled
protected void setMlIntentTrainingEnabled(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Throws:
IOException
-
writeFields
- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
toString
-