Package com.sforce.soap.metadata
Class BotStep
- java.lang.Object
-
- com.sforce.soap.metadata.BotStep
-
-
Constructor Summary
Constructors Constructor Description BotStep()Constructor
-
Method Summary
-
-
-
Method Detail
-
getBooleanFilter
public String getBooleanFilter()
-
setBooleanFilter
public void setBooleanFilter(String booleanFilter)
-
setBooleanFilter
protected void setBooleanFilter(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotInvocation
public BotInvocation getBotInvocation()
-
setBotInvocation
public void setBotInvocation(BotInvocation botInvocation)
-
setBotInvocation
protected void setBotInvocation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotMessages
public BotMessage[] getBotMessages()
-
setBotMessages
public void setBotMessages(BotMessage[] botMessages)
-
setBotMessages
protected void setBotMessages(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotNavigation
public BotNavigation getBotNavigation()
-
setBotNavigation
public void setBotNavigation(BotNavigation botNavigation)
-
setBotNavigation
protected void setBotNavigation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotStepConditions
public BotStepCondition[] getBotStepConditions()
-
setBotStepConditions
public void setBotStepConditions(BotStepCondition[] botStepConditions)
-
setBotStepConditions
protected void setBotStepConditions(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotSteps
public BotStep[] getBotSteps()
-
setBotSteps
public void setBotSteps(BotStep[] botSteps)
-
setBotSteps
protected void setBotSteps(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getBotVariableOperation
public BotVariableOperation getBotVariableOperation()
-
setBotVariableOperation
public void setBotVariableOperation(BotVariableOperation botVariableOperation)
-
setBotVariableOperation
protected void setBotVariableOperation(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConditionLogicType
public ConversationDefinitionLogicalOperatorType getConditionLogicType()
-
setConditionLogicType
public void setConditionLogicType(ConversationDefinitionLogicalOperatorType conditionLogicType)
-
setConditionLogicType
protected void setConditionLogicType(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationRecordLookup
public ConversationRecordLookup getConversationRecordLookup()
-
setConversationRecordLookup
public void setConversationRecordLookup(ConversationRecordLookup conversationRecordLookup)
-
setConversationRecordLookup
protected void setConversationRecordLookup(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationStepGoalMappings
public ConversationDefinitionStepGoalMapping[] getConversationStepGoalMappings()
-
setConversationStepGoalMappings
public void setConversationStepGoalMappings(ConversationDefinitionStepGoalMapping[] conversationStepGoalMappings)
-
setConversationStepGoalMappings
protected void setConversationStepGoalMappings(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getConversationSystemMessage
public ConversationSystemMessage getConversationSystemMessage()
-
setConversationSystemMessage
public void setConversationSystemMessage(ConversationSystemMessage conversationSystemMessage)
-
setConversationSystemMessage
protected void setConversationSystemMessage(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getMessageDefinition
public ConversationDefinitionRichMessage getMessageDefinition()
-
setMessageDefinition
public void setMessageDefinition(ConversationDefinitionRichMessage messageDefinition)
-
setMessageDefinition
protected void setMessageDefinition(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getStepIdentifier
public String getStepIdentifier()
-
setStepIdentifier
public void setStepIdentifier(String stepIdentifier)
-
setStepIdentifier
protected void setStepIdentifier(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getType
public BotStepType getType()
-
setType
public void setType(BotStepType type)
-
setType
protected void setType(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
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-