| Modifier and Type | Method and Description |
|---|---|
ConversationVariableType |
BotStepCondition.getLeftOperandType() |
ConversationVariableType |
ConversationRecordLookup.getSourceVariableType() |
ConversationVariableType |
BotVariableOperation.getSourceVariableType() |
ConversationVariableType |
BotVariableOperand.getTargetType() |
ConversationVariableType |
BotInvocationMapping.getVariableType() |
static ConversationVariableType |
ConversationVariableType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ConversationVariableType[] |
ConversationVariableType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BotStepCondition.setLeftOperandType(ConversationVariableType leftOperandType) |
void |
ConversationRecordLookup.setSourceVariableType(ConversationVariableType sourceVariableType) |
void |
BotVariableOperation.setSourceVariableType(ConversationVariableType sourceVariableType) |
void |
BotVariableOperand.setTargetType(ConversationVariableType targetType) |
void |
BotInvocationMapping.setVariableType(ConversationVariableType variableType) |
Copyright © 2020. All Rights Reserved.