Package com.sforce.soap.metadata
Class BotVersion
java.lang.Object
com.sforce.soap.metadata.Metadata
com.sforce.soap.metadata.BotVersion
- 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 TypeMethodDescriptionintvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) voidsetBotDialogGroups(BotDialogGroup[] botDialogGroups) protected voidsetBotDialogGroups(XmlInputStream __in, TypeMapper __typeMapper) voidsetBotDialogs(BotDialog[] botDialogs) protected voidsetBotDialogs(XmlInputStream __in, TypeMapper __typeMapper) voidsetConversationSystemDialogs(ConversationSystemDialog[] conversationSystemDialogs) protected voidsetConversationSystemDialogs(XmlInputStream __in, TypeMapper __typeMapper) voidsetConversationVariables(ConversationVariable[] conversationVariables) protected voidsetConversationVariables(XmlInputStream __in, TypeMapper __typeMapper) protected voidsetEntryDialog(XmlInputStream __in, TypeMapper __typeMapper) voidsetEntryDialog(String entryDialog) protected voidsetMainMenuDialog(XmlInputStream __in, TypeMapper __typeMapper) voidsetMainMenuDialog(String mainMenuDialog) voidsetNlpProviders(ConversationDefinitionNlpProvider[] nlpProviders) protected voidsetNlpProviders(XmlInputStream __in, TypeMapper __typeMapper) voidsetResponseDelayMilliseconds(int responseDelayMilliseconds) protected voidsetResponseDelayMilliseconds(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
Constructor Details
-
BotVersion
public BotVersion()Constructor
-
-
Method Details
-
getBotDialogGroups
-
setBotDialogGroups
-
setBotDialogGroups
protected void setBotDialogGroups(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getBotDialogs
-
setBotDialogs
-
setBotDialogs
protected void setBotDialogs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConversationSystemDialogs
-
setConversationSystemDialogs
-
setConversationSystemDialogs
protected void setConversationSystemDialogs(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getConversationVariables
-
setConversationVariables
-
setConversationVariables
protected void setConversationVariables(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getEntryDialog
-
setEntryDialog
-
setEntryDialog
protected void setEntryDialog(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getMainMenuDialog
-
setMainMenuDialog
-
setMainMenuDialog
protected void setMainMenuDialog(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getNlpProviders
-
setNlpProviders
-
setNlpProviders
protected void setNlpProviders(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Throws:
IOExceptionConnectionException
-
getResponseDelayMilliseconds
public int getResponseDelayMilliseconds() -
setResponseDelayMilliseconds
public void setResponseDelayMilliseconds(int responseDelayMilliseconds) -
setResponseDelayMilliseconds
protected void setResponseDelayMilliseconds(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- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
toString
-