Uses of Class
com.sforce.soap.metadata.BotMessage
-
-
Uses of BotMessage in com.sforce.soap.metadata
Methods in com.sforce.soap.metadata that return BotMessage Modifier and Type Method Description BotMessage[]BotStep. getBotMessages()BotMessage[]BotVariableOperation. getBotMessages()BotMessage[]BotVariableOperation. getRetryMessages()BotMessage[]BotVariableOperation. getSuccessMessages()Methods in com.sforce.soap.metadata with parameters of type BotMessage Modifier and Type Method Description voidBotStep. setBotMessages(BotMessage[] botMessages)voidBotVariableOperation. setBotMessages(BotMessage[] botMessages)voidBotVariableOperation. setRetryMessages(BotMessage[] retryMessages)voidBotVariableOperation. setSuccessMessages(BotMessage[] successMessages)
-