Type alias BotVariableOperation

BotVariableOperation: {
    botInvocation?: BotInvocation | null;
    botMessages: BotMessage[];
    botQuickReplyOptions: BotQuickReplyOption[];
    botVariableOperands: BotVariableOperand[];
    invalidInputBotNavigation?: BotNavigation | null;
    quickReplyOptionTemplate?: string | null;
    quickReplyType?: string | null;
    quickReplyWidgetType?: string | null;
    sourceVariableName?: string | null;
    sourceVariableType?: string | null;
    type: string;
}

Type declaration

  • Optional botInvocation?: BotInvocation | null
  • botMessages: BotMessage[]
  • botQuickReplyOptions: BotQuickReplyOption[]
  • botVariableOperands: BotVariableOperand[]
  • Optional invalidInputBotNavigation?: BotNavigation | null
  • Optional quickReplyOptionTemplate?: string | null
  • Optional quickReplyType?: string | null
  • Optional quickReplyWidgetType?: string | null
  • Optional sourceVariableName?: string | null
  • Optional sourceVariableType?: string | null
  • type: string